restore search clear shortcut

This commit is contained in:
Loic Nageleisen 2013-05-04 17:40:30 +02:00
parent 68afa6c061
commit f15535baad

2
vimrc
View file

@ -88,7 +88,7 @@ set swb=usetab "make :sb <filename> go to tabs too
let mapleader = ','
set hlsearch
map <leader>cs :nohlsearch<CR>
map <leader>c :nohlsearch<CR>
map <leader>q :cw<CR>