]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Remove unused mapping <Leader>;.
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:58:52 +0000 (03:58 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:58:52 +0000 (03:58 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 35b983095bc556cff7a9f1850d83eb558faa08a1..a62b93bcf85115234aeca50705800d0f0ef7643d 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -622,11 +622,6 @@ else
     nmap <Leader>sd <Nop>
 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> <Leader>; :call setline(line('.'), getline('.') . ';')<CR>
-
 if has('eval')
 " * and # for selections in visual mode. Thanks to
 " http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html