View a List of Keyboard Mappings in Vim
:map
→ show a list of the current keyboard mappings for normal, visual, select and operator pending modes.
:map!
→ show a list of the current keyboard mappings for insert and command-line mode
Top put all the mappings into a convenient text file:
:redir! > vim_maps.txt
:map
:map!
:redir END