aboutsummaryrefslogtreecommitdiff
path: root/vim/config/registers.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/registers.vim')
-rw-r--r--vim/config/registers.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/config/registers.vim b/vim/config/registers.vim
deleted file mode 100644
index 01879aa8..00000000
--- a/vim/config/registers.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-" Change and delete with C and D both cut off the remainder of the line from
-" the cursor, but Y yanks the whole line, which is inconsistent (and can be
-" done with yy anyway); this fixes it so it only yanks the rest of the line
-nnoremap Y y$