]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Don't map ; directly, use <Leader>; instead.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Nov 2009 13:42:42 +0000 (14:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Nov 2009 13:42:42 +0000 (14:42 +0100)
vimrc

diff --git a/vimrc b/vimrc
index f90d0724ed34d2d72b25d75cbf86464e1f6464c1..bd82bc11dd218fbe618643af4e9ae54034535e46 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -155,7 +155,7 @@ endif
 " Add semicolon to the end of the line. Thanks to
 " http://www.van-laarhoven.org/vim/.vimrc for this idea and godlygeek in #vim
 " on Freenode for an improved version which doesn't clobber any marks.
-nnoremap <silent> ; :call setline(line('.'), getline('.') . ';')<CR>
+nnoremap <silent> <Leader>; :call setline(line('.'), getline('.') . ';')<CR>
 
 " I often type "W" instead of "w" when trying to save a file. Fix my mistake.
 " Thanks to Tony Mechelynck <antoine.mechelynck@gmail.com> from the Vim