aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d56c9ee6..889cff01 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -39,8 +39,3 @@ set nrformats-=octal
" Use the tilde as an operator with motions, rather than just swapping the
" case of the character under the cursor
set tildeop
-
-" 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$