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 ignorecase
|
||||
set smartcase
|
||||
noremap <silent> <Space> <Esc>:noh<CR><Space>
|
||||
|
||||
" Tab completion
|
||||
set wildmode=list:longest,list:full
|
||||
|
|
Loading…
Reference in New Issue