Bind key only during completion #72
Answered
by
magicant
unrealapex
asked this question in
Q&A
-
I would like to bind h, j, k, and l to navigate the completion menu: bindkey --emacs 'h' complete-prev-column
bindkey --emacs 'j' complete-next-candidate
bindkey --emacs 'k' complete-prev-candidate
bindkey --emacs 'l' complete-next-column
but I am not able to do that without being prevented from using the keys normally when the completion menu is closed. Would it be possible to make these keys behave normally if the completion menu isn't open? |
Beta Was this translation helpful? Give feedback.
Answered by
magicant
Nov 13, 2024
Replies: 1 comment 1 reply
-
@magicant is this possible or is this a feature request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not possible now. Something like #61 would be needed.