]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Enable 'hlsearch'.
authorSimon Ruderich <simon@ruderich.org>
Fri, 2 Mar 2012 13:33:31 +0000 (14:33 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 2 Mar 2012 13:33:31 +0000 (14:33 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 7a51eba3ba0036c069fc162009a3f6b67dcd260b..20685e94930d75e6b0ba75f06fea735d339f4bf1 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -190,6 +190,10 @@ if exists('+cursorline')
     set cursorline
 endif
 
+" Highlight all matches on the screen when searching. Use <C-L> (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