diff options
author | June McEnroe <programble@gmail.com> | 2012-03-11 17:24:49 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-03-11 17:24:49 -0400 |
commit | 36e4a987bb63b3b53d8e623257a6fea96dc6da5d (patch) | |
tree | 725993357ea8fa53e04658540d5a643eb2e1db2f | |
parent | Update Vim-Tomorrow-Theme (diff) | |
download | src-36e4a987bb63b3b53d8e623257a6fea96dc6da5d.tar.gz src-36e4a987bb63b3b53d8e623257a6fea96dc6da5d.zip |
Rebind Y to y$ for more consistent behaviour
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
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> |