Created
March 1, 2022 18:36
-
-
Save gabetax/ec589c375462744743e4dbb3398024a9 to your computer and use it in GitHub Desktop.
Minimal Colemak remapping for vim navigation
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
" lowers | |
noremap n j | |
noremap e k | |
noremap i l | |
noremap j e | |
noremap l u | |
noremap u i | |
noremap k n | |
" UPPERS | |
noremap N J | |
noremap E K | |
noremap I L | |
noremap J E | |
noremap L U | |
noremap U I | |
noremap K N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment