:help index
Nomal, visual, select와 operator pending mode의 key map 목록
:map
Insert와 command mode의 key map 목록
:map!
특정 모드의 map을 보기 위한 명령들
:nmap - Display normal mode maps
:imap - Display insert mode maps
:vmap - Display visual and select mode maps
:smap - Display select mode maps
:xmap - Display visual mode maps
:cmap - Display command-line mode maps
:omap - Display operator pending mode maps
참고 페이지
- Mapping Keys in Vim
- What is the difference between the map, noremap, abbrev and noabbrev commands?
- Learn VimScript the hardway