Explorar o código

disable search highlight

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
e3e0081f03
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      vimrc

+ 3 - 3
vimrc

@@ -30,6 +30,9 @@ set showcmd
 " don't highlight current line
 set nocursorline
 
+" disable search highlight
+set nohlsearch
+
 " load filetype-specific indent files
 filetype indent on
 
@@ -189,9 +192,6 @@ set laststatus=2
 " neovim
 
 if has('nvim')
-    " Esc clears search highlight
-    nnoremap <silent> <esc> :noh<cr><esc>
-
     " Esc returns to normal mode in terminal mode
     tnoremap <C-w> <C-\><C-n><C-w>
 endif