Am 19.04.2009 20:00, Kiffin Gish schrieb: > What's the quickest way to cycle through all the color schemes to help > me choose the one I like best? > [...]
Execute the following line in every colorscheme directory (~/.vim/colors and $VIMRUNTIME/colors). Replace xyz with the file you want to view. for f in *.vim; do gview -c ":colorscheme `basename $f .vim`" xyz; done HTH, Dennis Benzinger --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---