How to input a character 'j' after mapping "jj" to <esc> in vimperator?

71 views Asked by At

After using this code :imap jj <esc>, I can't input a single character 'j' in insert mode.
How to solve it ?

browser : firefox 47
plugin : vimperator 3.15

1

There are 1 answers

2
Bobby On
:inoremap jj <esc>

should do the trick