X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=20685e94930d75e6b0ba75f06fea735d339f4bf1;hb=be676bfae2c0ef626e3c132ab9c59f147116aec5;hp=7a51eba3ba0036c069fc162009a3f6b67dcd260b;hpb=4d1cd4888b2af7f8d4c73dc7a918aff4351cc6df;p=config%2Fdotfiles.git 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