zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

Down arrow key doesn't work with bindkey -v

Open resting opened this issue 5 months ago • 0 comments

The down arrow key doesn't work whenever I enable vim mode with bindkey -v It works if it's not enabled. Is there a workaround with vim mode? Am not able to enter the menu selection currently.

Tried adding the following to .profile but it didn't change anything:

bindkey -M vicmd "k" up-line-or-beginning-search
bindkey -M vicmd "j" down-line-or-beginning-search

OS: macOS

resting avatar Feb 02 '24 10:02 resting