Skip to content

Instantly share code, notes, and snippets.

@gabetax
Created March 1, 2022 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabetax/ec589c375462744743e4dbb3398024a9 to your computer and use it in GitHub Desktop.
Save gabetax/ec589c375462744743e4dbb3398024a9 to your computer and use it in GitHub Desktop.
Minimal Colemak remapping for vim navigation
" 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