Space in normal mode will clear search highlight

pull/2/head
Bodaniel Jeanes 2011-11-08 00:29:19 -06:00
parent cd371163ef
commit fd1770fd42
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ syntax on
set incsearch
set ignorecase
set smartcase
noremap <silent> <Space> <Esc>:noh<CR><Space>
" Tab completion
set wildmode=list:longest,list:full