Created
August 23, 2012 16:13
-
-
Save rohinomiya/3438138 to your computer and use it in GitHub Desktop.
Vim でキーストロークに割り当てられている機能を確認する ref: http://qiita.com/items/2d825a2772a0919a79b8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:verb nmap [キーストローク] (※ノーマルモード) | |
:verb imap [キーストローク] (※インサートモード) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:verb map <space> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:verb nmap (※ノーマルモード) | |
:verb imap (※インサートモード) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment