I use many shortcuts for my work in vim. Other shortcuts are taken by plugins.
Sometimes I would like to add a shortcut for a new command but note afterwards that the sh
:map //lists all the shortcuts that are assigned.
map also takes a key combination as an argument that lists only the shortcuts assigned to this key combination.
To list all the mappings assigned for Ctrl-V:
:map