]> git.zndr.dk Git - dotfiles.git/commitdiff
Add hlsearch
authorJannik ZANDER <jzander@grundfos.com>
Mon, 9 Jul 2018 11:04:56 +0000 (13:04 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Mon, 9 Jul 2018 11:04:56 +0000 (13:04 +0200)
.vim/vimrc

index fd53c0d809fa917f917db670635745217ce0eab2..7210aba07087aa28206929dd9a6f1eb9673082db 100644 (file)
@@ -46,6 +46,7 @@ set linebreak
 
 " search
 set incsearch
+set hlsearch
 set ignorecase
 set smartcase
 set showmatch
@@ -132,6 +133,8 @@ nnoremap <C-k>       <C-w><C-k>
 nnoremap <C-l>       <C-w><C-l>
 nnoremap <C-n>       :bnext<CR>
 nnoremap <C-p>       :bNext<CR>
+" Press <CR> to turn off highlighting and clear any message already displayed.
+nnoremap <silent> <CR> :nohlsearch<Bar>:echo<CR>
 
 " Insert mode Mappings
 inoremap <C-U> <C-G>u<C-U>