zsh-vi-mode
zsh-vi-mode copied to clipboard
Question : does this plugins provides keybindings for insert mode?
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 ?
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.