Question about keybind #754
Unanswered
H4MST3R3N3RGYBALL
asked this question in
Q&A
Replies: 1 comment
-
# Tab and shift+tab enter the interactive completion menu.
bindkey '^I' menu-select
bindkey "$terminfo[kcbt]" menu-select
# Tab and shift+tab cycle the cursor in the completion menu.
bindkey -M menuselect '^I' menu-complete
bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I make the tab key instead of inserting the first item but cycle through the suggestions I couldn't figure out this how to do this from the given page.
Beta Was this translation helpful? Give feedback.
All reactions