From d316096428880f60f4120831cf5cf48f4db4980d Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 14 Apr 2015 10:00:41 -0500 Subject: [PATCH] This wasn't working and occasionally introduced problems in other areas --- vim/settings/stop-visual-paste-insanity.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vim/settings/stop-visual-paste-insanity.vim diff --git a/vim/settings/stop-visual-paste-insanity.vim b/vim/settings/stop-visual-paste-insanity.vim deleted file mode 100644 index 9084fcdb..00000000 --- a/vim/settings/stop-visual-paste-insanity.vim +++ /dev/null @@ -1,8 +0,0 @@ -" If you visually select something and hit paste -" that thing gets yanked into your buffer. This -" generally is annoying when you're copying one item -" and repeatedly pasting it. This changes the paste -" command in visual mode so that it doesn't overwrite -" whatever is in your paste buffer. -" -vnoremap p "_dP