On Tuesday 09 December 2003 08:20, Douglas Kojetin wrote: > Somehow I set 'vi' to highlight on a pattern of text, and I <snip> > cannot figure out how to unset it.
:nohl - turn off current highlights See www.vim.org for documentation. O'Reilly and New Riders are expensive dead tree versions of what you can find on-line. I have O'Reilly, It's OK but not great. highlighting searches is a configurable option per session: :set nohlsearch per user: edit ~/.vimrc add this line: set nohlsearch what is configurable: :set all -- Mike Mueller 324881 (08/20/2003) Make clockwise circles with your right foot. Now use your right hand to draw the number "6" in the air. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
