vimium-c
vimium-c copied to clipboard
How to implement inoremap jj <ESC> in input like vim
Um Vimium C can not support jj as <esc>, because if applying this feature it will never know whether to block the first j key or not.
But you may map some other single keys to <esc>, and there has been <c-[> by default:
mapKey <c-d:i> <esc>will makeCtrl+Dtrigger Vimium C's "ESC-keydown" behavior only in insert modemapKey <c-d> <esc>will makeCtrl+Dtrigger Vimium C's "ESC-keydown" behavior in all modes