From: Simon Ruderich Date: Fri, 6 Sep 2013 01:58:52 +0000 (+0200) Subject: vimrc: Remove unused mapping ;. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=6e0b126d88bbccb8513d9182881a2e8bc3c50099 vimrc: Remove unused mapping ;. --- diff --git a/vimrc b/vimrc index 35b9830..a62b93b 100644 --- a/vimrc +++ b/vimrc @@ -622,11 +622,6 @@ else nmap sd 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 ; :call setline(line('.'), getline('.') . ';') - if has('eval') " * and # for selections in visual mode. Thanks to " http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html