You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing alt/option + one of the left/right/down arrow keys takes me to the normal mode
Expected behavior
I have not defined any ZVM custom mappings for these key combinations and did not find a mapping for them in the source code, so I do not expect them to take me to the normal mode.
There could be something wrong on my end, but I have not been able to find it yet.
Thanks for the great plugin!
Update
I realized after posting here that alt + many other keys exhibit the same behavior.
I have set iTerm to send Esc+ when I press the alt/option key.
General information
Basic examination
Problem description
Pressing alt/option + one of the left/right/down arrow keys takes me to the normal mode
Expected behavior
I have not defined any ZVM custom mappings for these key combinations and did not find a mapping for them in the source code, so I do not expect them to take me to the normal mode.
There could be something wrong on my end, but I have not been able to find it yet.
Thanks for the great plugin!
Update
~/.zshrc
:zvm_bindkey viins '^[[A' up-line-or-beginning-search
zvm_bindkey viins '^[[B' down-line-or-beginning-search
bindkey -v
bindkey "^R" history-incremental-search-backward
bindkey -M viins "^E" fzf-history-widget
More mappings:
The text was updated successfully, but these errors were encountered: