]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Map Y to y$.
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:57:58 +0000 (03:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 6 Sep 2013 01:57:58 +0000 (03:57 +0200)
vimrc

diff --git a/vimrc b/vimrc
index a7fa4d731c1ce8dd71b213f949603ed5b80e6118..35b983095bc556cff7a9f1850d83eb558faa08a1 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -543,6 +543,10 @@ if has('eval')
         \ :call <SID>TemporaryNostartofline("<Bslash><Lt>C-U>")<CR>
 endif
 
+" Let Y yank to the end of the line, similar to D and C. Use yy if you want to
+" yank a line. This fixes a weird inconsistency in Vi(m).
+nnoremap Y y$
+
 " Write before suspending, thanks to deryni in #vim on Freenode (2011-05-09
 " 20:02 CEST). To suspend without saving either unmap this or use :stop<CR>.
 " Only the current buffer is written, thus switching to another buffer works