vim: Add shortcut to hide search results

This commit is contained in:
Simon Bruder 2020-08-16 17:19:19 +02:00
parent d673aab62e
commit f90db55402
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -10,6 +10,9 @@ set undoreload=16384
" Search " Search
set ignorecase set ignorecase
" Hide search when enter is pressed
nnoremap <silent> <CR> :nohlsearch<CR>
" Autoload settings from file " Autoload settings from file
set modeline set modeline