~ashie/colemak_dh.vim

Set of mappings to make vim usable with Colemak Mod-DH
fix: not remapping c_CTRL-R properly
fix: wrong behaviour with <CR> in quickfix and gO in help
feat: add license files

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ashie/colemak_dh.vim
read/write
git@git.sr.ht:~ashie/colemak_dh.vim

You can also use your local clone with git send-email.

#Set of mappings to make vim/neovim usable with colemak_dh.

To use this, download it with your plugin manager of choice or just download the autoload/colemak_dh.vim file and place it into your configuration directory.

You should run the setup function before setting up any of your personal mappings, because they will be overwritten.

If you use Vim you can enable it by setting a variable:

let g:colemak_dh_autoload=1

or running the setup function:

call colemak_dh#setup()

If you use Neovim and Lua, then you can:

vim.fn['colemak_dh#setup']()

or

require('colemak_dh').setup()

There are no customization options, so if you wish to change something feel free to look at the code (it is very simple) or read this post.