mirror of https://github.com/bjeanes/dotfiles.git
Space in normal mode will clear search highlight
parent
cd371163ef
commit
fd1770fd42
|
@ -43,6 +43,7 @@ syntax on
|
||||||
set incsearch
|
set incsearch
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
noremap <silent> <Space> <Esc>:noh<CR><Space>
|
||||||
|
|
||||||
" Tab completion
|
" Tab completion
|
||||||
set wildmode=list:longest,list:full
|
set wildmode=list:longest,list:full
|
||||||
|
|
Loading…
Reference in New Issue