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

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

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.