zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

Question : does this plugins provides keybindings for insert mode?

Open grzesuav opened this issue 1 year ago • 1 comments

Hi, thanks for the plugin !

while going trough readme, and I cannot find if there is any override for i.e. movements command (like move to the previous word etc) for insert mode.

Also, maybe you could emphasis in readme in which mode given binding should work (or I missed that somehow)? I guess most of them is for NORMAL mode, right ?

grzesuav avatar Jul 29 '22 17:07 grzesuav

you can map insert to another key. I mapped it to 'l' for example: zvm_bindkey vicmd 'l' zvm_enter_insert_mode

However, I were not able to map 'i' to something else then insert mode.

ColinChrist avatar Oct 13 '22 11:10 ColinChrist