Skip to content

Instantly share code, notes, and snippets.

@tommy-mor
Last active June 25, 2020 20:56
Show Gist options
  • Save tommy-mor/77edead23a6040caa5aaa5f2a0714360 to your computer and use it in GitHub Desktop.
Save tommy-mor/77edead23a6040caa5aaa5f2a0714360 to your computer and use it in GitHub Desktop.
" 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