use hjkl in completion mode instead of the arrow keys? #536
-
is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
akinomyoga
Dec 12, 2024
Replies: 1 comment
-
Please use # blerc
ble-bind -m 'menu_complete' -f h menu/backward-column
ble-bind -m 'menu_complete' -f j menu/forward-line
ble-bind -m 'menu_complete' -f k menu/backward-line
ble-bind -m 'menu_complete' -f l menu/forward-column |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ingenarel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use
ble-bind
to change the keybindings.