vim-capslock
vim-capslock copied to clipboard
capslock.vim: Software caps lock
Hi tpope, Thanks for making this convenient tool! Recently I tested it on my vim version 9.0 and found the gC toggle is not working: when toggled the vim-airline status...
My first pull request! haha. So, I manage to get capslock disable automatically when leaving cmdline. Vim does not refresh the statusline when entering an ex command ([discussed in this...
With the [`CmdlineLeave`](http://vimhelp.appspot.com/autocmd.txt.html#CmdlineLeave) available on Vim 8.1 the command-line can be made a first-class citizen on capslock plugin. Despite I made an habit of disabling it when I leave the...