From: Simon Ruderich Date: Fri, 2 Mar 2012 13:33:31 +0000 (+0100) Subject: vimrc: Enable 'hlsearch'. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=be676bfae2c0ef626e3c132ab9c59f147116aec5;p=config%2Fdotfiles.git vimrc: Enable 'hlsearch'. --- diff --git a/vimrc b/vimrc index 7a51eba..20685e9 100644 --- a/vimrc +++ b/vimrc @@ -190,6 +190,10 @@ if exists('+cursorline') set cursorline endif +" Highlight all matches on the screen when searching. Use (see below) to +" remove the highlighting until the next search. +set hlsearch + " Display tabs, trailing space, non breakable spaces and long lines (when " wrapping is disabled). set list