An open API service indexing awesome lists of open source software.

https://github.com/tpope/vim-capslock

capslock.vim: Software caps lock
https://github.com/tpope/vim-capslock

Last synced: about 1 year ago
JSON representation

capslock.vim: Software caps lock

Awesome Lists containing this project

README

          

# capslock.vim

Press `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](https://github.com/tpope/vim-pathogen), and
then simply copy and paste:

cd ~/.vim/bundle
git clone https://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](https://github.com/tpope/vim-pathogen#readme).

## Self-Promotion

Like capslock.vim? Follow the repository on
[GitHub](https://github.com/tpope/vim-capslock) and vote for it on
[vim.org](http://www.vim.org/scripts/script.php?script_id=1725). And if
you're feeling especially charitable, follow [tpope](http://tpo.pe/) on
[Twitter](http://twitter.com/tpope) and
[GitHub](https://github.com/tpope).

## License

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