Map Y to y$

See :help Y.  This just makes more sense, man.
This commit is contained in:
Tim Pope
2013-01-06 13:16:37 -05:00
parent 38506a0e6f
commit 1a9e95e955
2 changed files with 3 additions and 0 deletions

View File

@@ -51,4 +51,6 @@ if exists('+undofile')
set undofile
endif
nnoremap Y y$
" vim:set ft=vim et sw=2: