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

How to set control+c to escape to normal mode

Open rzksobhy78 opened this issue 3 years ago • 1 comments

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

rzksobhy78 avatar Dec 17 '21 21:12 rzksobhy78

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.

softmoth avatar Dec 27 '21 02:12 softmoth