forked from vim-scripts/ScrollColors
-
Notifications
You must be signed in to change notification settings - Fork 0
Colorsheme Scroller, Chooser, and Browser
ilcharle/ScrollAllColors
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SYNOPSIS: This is colorscheme Scroller/Chooser/Browser. With this plugin, you walk through installed colorschemes using arrow keys. The previous version of the plugin searched in runtimepath, although vim is (now) capable from loading packages from packages in the packpath as well. This version uses getcompletion when available to scroll through all colors, while maintaining backwards compatibility. SHORT USAGE DESCRIPTION: Drop ScrollColors.vim into your plugin directory. Type :SCROLL Use arrow keys to walk through colorschemes, ? for help, Esc to exit. DETAILED DESCRIPTION: 1. source ScrollAllColors.vim " or drop ScrollAllColors.vim into " your ~/.vim/plugins directory 2. Type :SCROLL Another synonym is :COLOR 3. Use arrows to scroll thgough colorschemes. 4. When done, press Esc to exit. You will be prompted wether to keep the new colorscheme, although in any case your .vimrc will not be updated. You can download 140 colorschemes pack from: http://www.vim.org/scripts/script.php?script_id=625 Having 140 installed colorschemes is in no way prerequisite for ScrollColors. But with ScrollColors you can preview 140 colorschemes in couple of minutes. Have fun. CUSTOM KEY MAPPINGS: You can map two keys of your choice to NextColor and PrevColor actions. Choose pair of shortcut keys (for example <F2> and <f3>, or \n and \p) and map them as follows: map <silent><F3> :NEXTCOLOR<cr> map <silent><F2> :PREVCOLOR<cr> Works in vim9, and probably vim6 and vim7.
About
Colorsheme Scroller, Chooser, and Browser
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Vim Script 100.0%