From 61bc98d0c54640d3cfc6ef80f9d1f161a8a43920 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:25:23 +1300 Subject: Move yanking .vimrc config into subfile --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim/vimrc') 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$ -- cgit v1.2.3