PracticalVim Tip80 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 80: Highlight Search Matches

Return to the top: <>

  • highlighting search matches: enabling the 'hlsearch' option.

References:

Mute Search Highlighting

  • disable the search highlighting feature entirely:
* `:set nohlsearch` * `:se nohls` * `:se hls!`
  • mute the search highlighting temporarily: `:nohlsearch`

References:

Create a Shortcut to Mute Highlighting

Normally, `` clears and redraws the screen:

References:

⚠️ **GitHub.com Fallback** ⚠️