Tuesday, January 3, 2012

Re: highlighting in terminal

On Tuesday, January 03, 2012 13:08:33 Chris Lott wrote:

> I am using the candycode theme
> (http://www.vim.org/scripts/script.php?script_id=1635), which
> works well enough.

> However, while searching using EasyMotion (which freaking
> rocks: http://www.vim.org/scripts/script.php?script_id=3526),
> the found characters are highlighted in red in gvim, but not
> at all in terminal.

> Is there an easy way to get the highlights in terminal vim?

- download and install the CSApprox plugin

- in gvim, create a candycode colorscheme for vim using
CSASnapshot

- deinstall the CSApprox plugin

- put

if !has("gui_running")
colo <newly-created-candy-snapshot>
endif

in your .vimrc

oh wait -- you wanted an easy way? never mind

sc

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment