jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.99k stars 103 forks source link

Initial insert mode bindings not loaded #152

Closed czaplicki closed 2 years ago

czaplicki commented 2 years ago

General information

Basic examination

Problem description

Keybindings declared in 'zvm_after_lazy_keybindings' over the keymap viins, are only available ones leaf and returned to insert mode.

Declaring the keybindings in any of following places, does not register and/or get overridden.

czaplicki commented 2 years ago

Did not realize the difference between : 'zvm_after_init' 'zvm_after_init_commands'

Completely new to zsh so don't know if this structure is a zsh thing or not, if it ain't, maybe try to emphasize structure some more in the readme file?

Anyways, sorry if I wasted your time, And thanks for an amazing plugin!