Last active
August 29, 2015 14:08
-
-
Save heathkit/aa460872d86054daa589 to your computer and use it in GitHub Desktop.
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
noremap i a | |
noremap g d | |
noremap w <UP> | |
noremap a <LEFT> | |
noremap s <DOWN> | |
noremap d <RIGHT> | |
noremap W H | |
noremap S L | |
noremap A ^ | |
noremap D $ | |
" The following default commands are now broken | |
"a enter insertion mode after current character | |
"s substitute single character with new text | |
"w move foreward one word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Giving it about 15 minutes of doodling around, I changed it a bit: