Move cursor when in insert mode

2 Points

Rudolf Schmidt Rudolf Schmidt

9 years ago

When in insert mode, you can move the cursor by using CTRL+h, CRTL+j, CTRL+k or CTRL+l

imap <C-h> <C-o>h
imap <C-j> <C-o>j
imap <C-k> <C-o>k
imap <C-l> <C-o>l

Martínez Ortiz Saúl Axel

Martínez Ortiz Saúl Axel 5 years ago

I tried it, but was too used to for deleting text.