]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Remap <C-L> only in normal mode.
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Oct 2012 13:48:06 +0000 (15:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Oct 2012 13:48:06 +0000 (15:48 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 58f8255ba35bc97a34bed9861af4d8a2c005b4ab..96fb449245b772e83746e2f0b5f2d6e168a9f097 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -572,7 +572,7 @@ endif
 
 " In case 'hlsearch' is used disable it with <C-L>. Thanks to frogonwheels and
 " vimgor (bot) in #vim on Freenode (2010-03-30 05:58 CEST).
-noremap <silent> <C-L> :nohlsearch<CR><C-L>
+nnoremap <silent> <C-L> :nohlsearch<CR><C-L>
 
 " <C-U> in insert mode deletes a lot, break undo sequence before deleting the
 " line so the change can be undone. Thanks to the vimrc_example.vim file in