summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-03-11 17:24:49 -0400
committerJune McEnroe <june@causal.agency>2012-03-11 17:24:49 -0400
commit751af63284fb62df4fcde66ce56df6b2c33ec621 (patch)
tree725993357ea8fa53e04658540d5a643eb2e1db2f /.vimrc
parentUpdate Vim-Tomorrow-Theme (diff)
downloadsrc-751af63284fb62df4fcde66ce56df6b2c33ec621.tar.gz
src-751af63284fb62df4fcde66ce56df6b2c33ec621.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>
 
e 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe