commit | 07ffb381a3b5fc3e65b6918c5c5e38ab9d77dd6f | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 22:19:48 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 22:19:48 2022 +0000 |
tree | 3aa4dbd3fe1277187f4c4f7350e46c1f85942a2b | |
parent | d5a9cd55578f2ca5395a0ad6fea08464befd1055 [diff] [blame] |
Add vim-hardtime - Hardtime will help me to lose bad nvim habits
diff --git a/modules/neovim/hardtime/hardtime.vim b/modules/neovim/hardtime/hardtime.vim new file mode 100644 index 0000000..f934d7e --- /dev/null +++ b/modules/neovim/hardtime/hardtime.vim
@@ -0,0 +1,3 @@ +let g:list_of_disabled_keys = ["<UP>", "<DOWN>", "<LEFT>", "<RIGHT>"] +let g:hardtime_showmsg = 1 +let g:hardtime_allow_different_key = 1