hmm, vim-sensible highlight removing does not work

This commit is contained in:
Thomas Ruoff
2017-08-22 00:54:24 +02:00
committed by Thomas Ruoff
parent 733353aec2
commit a6fe8c30d3

3
vimrc
View File

@@ -178,6 +178,9 @@ nnoremap <leader>e :e<space>
"" fast saving
nnoremap <leader>w :update<cr>
"" remove hightlighting
nnoremap <leader><space> :nohls <cr>
"" fast window switching
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>