Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created August 23, 2012 16:13
Show Gist options
  • Save rohinomiya/3438138 to your computer and use it in GitHub Desktop.
Save rohinomiya/3438138 to your computer and use it in GitHub Desktop.
Vim でキーストロークに割り当てられている機能を確認する ref: http://qiita.com/items/2d825a2772a0919a79b8
:verb nmap [キーストローク] (※ノーマルモード)
:verb imap [キーストローク] (※インサートモード)
:verb map <space>
:verb nmap (※ノーマルモード)
:verb imap (※インサートモード)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment