oeyoews / vim-capslock

capslock.vim: Software caps lock

Home Page:http://www.vim.org/scripts/script.php?script_id=1725

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capslock.vim

Press <C-G>c in insert mode to toggle a temporary software caps lock, or gC in normal mode to toggle a slightly more permanent one.

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/tpope/vim-capslock.git
vim -u NONE -c "helptags vim-capslock/doc" -c q

Once help tags have been generated, you can view the manual with :help capslock.

Contributing

See the contribution guidelines for pathogen.vim.

Self-Promotion

Like capslock.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow tpope on Twitter and GitHub.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.

About

capslock.vim: Software caps lock

http://www.vim.org/scripts/script.php?script_id=1725


Languages

Language:Vim Script 100.0%