til 7

The difference between imap - inoremap, vmap - vnoremap, nmap - nnoremap etc. is the recursive definition. When we map with

nmap w dd

then the original function of w is lost. We can’t remap

nmap v w

and get the functionality of original w.

A Vim Guide for Intermediate Users