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
- Host: GitHub
- URL: https://github.com/tpope/vim-capslock
- Owner: tpope
- Created: 2012-12-30T23:01:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:17:07.000Z (about 3 years ago)
- Last Synced: 2025-02-26T02:43:41.763Z (over 1 year ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=1725
- Size: 18.6 KB
- Stars: 153
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
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`.