Skip to content

Conversation

@saghen
Copy link
Owner

@saghen saghen commented Dec 17, 2025

Closes #2269

@saghen saghen requested a review from soifou December 17, 2025 17:51
Copy link
Collaborator

@soifou soifou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from a small nit, overall this looks good to me!

@saghen saghen merged commit 37ce860 into main Dec 18, 2025
6 checks passed
@saghen saghen deleted the cmdline-shift-tab-behavior branch December 18, 2025 21:30
['<Tab>'] = { 'show_and_insert_or_accept_single', 'select_next' },
['<S-Tab>'] = { 'show_and_insert_or_accept_single', 'select_prev' },
['<S-Tab>'] = {
function(cmp) cmp.show_and_insert_or_accept_single({ initial_selected_item_idx = -1 }) end,

This comment was marked as resolved.

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recipe: Vanilla-like <S-Tab> behavior

4 participants