I have remapped the EasyMotion commands ,,w
and ,,b
with the following:
imap ,w <ESC><leader><leader>w
imap ,b <ESC><leader><leader>b
This way i'm able to use EasyMotion in Insert mode and navigate quickly without entering Normal mode.
Though, after the move, Vim stays in Normal mode (naturally). How can I specify that after EasyMotion's employment, Vim should enter Insert mode, in order to continue typing without delay?
Thanx!