Created
June 19, 2020 17:10
-
-
Save eduuh/668d23fe31aadd5ef3860b9022f3dcce to your computer and use it in GitHub Desktop.
This file contains 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
# My remaps to colemak navigation | |
copymap <UP> e | |
copymap <DOWN> n | |
copymap <LEFT> h | |
copymap <RIGHT> i | |
copymap <HOME> gg | |
copymap <END> G | |
# pager navigation remaps | |
copypmap <UP> e <C-p> | |
copypmap <DOWN> n <C-n> <CR> | |
copypmap <LEFT> h | |
copypmap <RIGHT> i | |
copypmap <HOME> g | |
copypmap <END> G | |
copypmap <C-d> d | |
copypmap <C-u> us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment