summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-03-11 17:24:49 -0400
committerJune McEnroe <programble@gmail.com>2012-03-11 17:24:49 -0400
commit36e4a987bb63b3b53d8e623257a6fea96dc6da5d (patch)
tree725993357ea8fa53e04658540d5a643eb2e1db2f /.vimrc
parentUpdate Vim-Tomorrow-Theme (diff)
downloadsrc-36e4a987bb63b3b53d8e623257a6fea96dc6da5d.tar.gz
src-36e4a987bb63b3b53d8e623257a6fea96dc6da5d.zip
Rebind Y to y$ for more consistent behaviour
Diffstat (limited to '')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 4c531bc5..3314dfe0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -113,6 +113,8 @@ nmap <leader>Y "+Y
 nmap <leader>d "+d
 nmap <leader>D "+D
 
+nmap Y y$
+
 " Insert hard tab
 imap <silent> <S-tab> <C-v><tab>