From be676bfae2c0ef626e3c132ab9c59f147116aec5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 2 Mar 2012 14:33:31 +0100 Subject: [PATCH] vimrc: Enable 'hlsearch'. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1