Search notes:

Vim mappings

inoremap           FROM TO
inoremap <buffer>  FROM TO
inoremap <expr>    FROM TO
inoremap <nowait>  FROM TO
inoremap <script>  FROM TO
inoremap <silent>  FROM TO
inoremap <special> FROM TO
inoremap <unique>  FROM TO

See also

TODO: Apparently, mappings are (also?) handled in vgetorpeek() (handle_mapping).
Insert mode and command line mode mappings are disabled if the option paste is turned on.
maparg
map.c

Index