commit cad3187847592c973cdf38a07db320f533288f10
parent 723c5e77f03357951a544771ec5d7bc6cfb56d82
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 16 Jun 2015 15:36:00 +0200
highlight search matches
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -171,6 +171,7 @@ set backupcopy=yes " see :help crontab
set cursorline " highlight current line
set encoding=utf-8 " Necessary to show unicode glyphs
set expandtab " convert tab char to spaces
+set hlsearch " highlight search matches
set ignorecase " case-insensitive search
set incsearch " search as you type
set laststatus=2 " always show the statusline