Is there a way to bind completion menu navigation to anything other than arrow keys? #545
Answered
by
yutkat
rkshthrmsh
asked this question in
Q&A
Replies: 1 comment
-
bindkey -M menuselect '^H' vi-backward-char
bindkey -M menuselect '^K' vi-up-line-or-history
bindkey -M menuselect '^L' vi-forward-char
bindkey -M menuselect '^J' vi-down-line-or-history
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rkshthrmsh
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.
-
Hello! By default, navigation in the completion menu is bound to the arrow keys. I was wondering if this can be changed to something like:
left:
^H
right:
^L
up:
^K
down:
^J
Beta Was this translation helpful? Give feedback.
All reactions