zsh-vim-mode
zsh-vim-mode copied to clipboard
How to set control+c to escape to normal mode
I got used to control+c to escape on NeoVim
I don't like control+d how to set it up
note: I used
VIM_MODE_VICMD_KEY='^D'
and it worked fine but
VIM_MODE_VICMD_KEY='^C'
doesn't work
It isn't trivial, but I guess it should be possible. A suggestion of how to do it is at the Stack Overflow answer: https://unix.stackexchange.com/a/314289/167151
If it can be done cleanly so that it doesn't mess up a bunch of other stuff, I would be glad to add it to this plugin. If anyone figures out a hack to get it to work, let me know.