https://github.com/arl/colorschwitch
VIM plugin to easily switch vim color schemes
https://github.com/arl/colorschwitch
Last synced: about 1 year ago
JSON representation
VIM plugin to easily switch vim color schemes
- Host: GitHub
- URL: https://github.com/arl/colorschwitch
- Owner: arl
- Created: 2016-07-26T12:28:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T00:23:45.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T20:44:48.644Z (over 1 year ago)
- Language: VimL
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colorschwitch
**VIM plugin to easily switch vim color schemes**
Switch through your installed vim color schemes with:
| Shortcut | Action |
| --------- | ------ |
| F6 | Previous colorscheme |
| F7 | Next colorscheme |
By default, `` and `` will switch through all your installed
colorschemes. If you wish to switch through a subset of colorschemes made of
your favourites ones, say it to your `.vimrc`, as follows:
```vim
let g:colorschwitch_schemes = ['delek', 'slate', 'gotham256', 'sourcerer', 'morning']
```
Original version of this script was simply copy-pasted from
[vim.wikia.com/wiki/Switch_color_schemes](http://vim.wikia.com/wiki/Switch_color_schemes).
Some things have been modified since.