fix: not remapping c_CTRL-R properly
fix: wrong behaviour with <CR> in quickfix and gO in help
feat: add license files
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.