Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalk/vim-onoff
Turn Vim options on. Off.
https://github.com/vitalk/vim-onoff
utility vim
Last synced: 15 days ago
JSON representation
Turn Vim options on. Off.
- Host: GitHub
- URL: https://github.com/vitalk/vim-onoff
- Owner: vitalk
- Created: 2014-04-07T07:33:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T09:03:29.000Z (almost 10 years ago)
- Last Synced: 2024-11-11T10:03:54.760Z (2 months ago)
- Topics: utility, vim
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=4916
- Size: 246 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
// Vim onoff //
on/off boolean options in Vim
~ What is it?
Vim has a lot of different boolean options — `cursorline`,
`number`, `list`, `spell`, etc. Toggle them *gracefully*.Plugin provides the `:Onoff` command to switch boolean options
in Vim. After each turn option value shown at bottom of the
window.Feel free to create a handy aliases for most used options:
nnore n :Onoff number
nnore p :Onoff paste
nnore s :Onoff spellFor those who want to use `:Onoff` command explicitly, `:onoff`
abbreviation is available. Abbreviation works on when 'onoff'
is the first word on the command line.Note that `:Onoff` command has autocompletion for all available
boolean options supported by your Vim distribution.~ Installation
* via pathogen.vim (https://github.com/tpope/vim-pathogen):
cd ~/.vim/bundle
git clone git://github.com/vitalk/vim-onoff.git* via Vundle (https://github.com/gmarik/Vundle.vim):
Plugin 'vitalk/vim-onoff'
~ Contributing
Don't hesitate to create a GitHub Issue
(https://github.com/vitalk/vim-onoff/issues) if you have any
bugs or suggestions.~ Self-Promotion
If you enjoy it follow repository on GitHub
(https://github.com/vitalk/vim-onoff) and vote for it on vim.org
(http://www.vim.org/scripts/script.php?script_id=4916).~ License
Copyright (c) by Vital Kudzelka.
Distributed under the same terms as Vim itself.
See `:help license`.