On 01/13/2013 04:37 PM, Steve Young wrote:
> When performing a search, the found location is indicated by
> an outline box cursor. How can I make it standout from the
> rest of the text such as blink, solid bright yellow, etc.

I like Vim's 'hlsearch' option.  You can enable it via:

  :set hlsearch

This highlights the found text everywhere it is found in the
file.

To turn off highlighting until the next search, use:

  :noh

See more in Vim's help:

  :help 'hlsearch'
  :help :noh

Michael Henry

-- 
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

Reply via email to