Last active
June 25, 2020 20:56
-
-
Save tommy-mor/77edead23a6040caa5aaa5f2a0714360 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
" rough outline of keybindings for colemak that copy | |
" https://github.com/wbolster/evil-colemak-basics | |
noremap h h | |
noremap n j | |
noremap e k | |
noremap i l | |
noremap k n | |
noremap K N | |
noremap u i | |
noremap U I | |
noremap l u | |
noremap N J | |
noremap E K | |
noremap u i | |
" (setq evil-colemak-basics-rotate-t-f-j t) | |
" default | |
noremap f e | |
noremap F E | |
noremap t f | |
noremap T F | |
noremap j t | |
noremap J T | |
" (setq evil-colemak-basics-rotate-t-f-j nil) | |
" disable the above bindings, uncomment below | |
" noremap j e | |
" noremap J E |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment