commit 2494447c15d22d431694b5b4a8dc9b42fcab0b76
parent dd1af09afa27edbc0460ec8c5c8bb5af1962fed5
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 26 Feb 2019 16:09:05 +0100
Change how keyboard integration works
I don't like the fact that yy yanks to system clipboard, I only want it
to yank when specified.
Former-commit-id: cee2d46f93cb860c1169a15b41f9fab9eb75da0a
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/vim/general.vimrc b/vim/general.vimrc
@@ -44,11 +44,6 @@ set showcmd
" Command completion
set wildmenu
-" Allow integration with system clipboard (only newest vim)
-if has("clipboard")
- set clipboard+=unnamed
-endif
-
" Colorscheme
colorscheme default