From 44d5bfcb7593ac369fe8b993d30a57d1ecae24ce Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 7 Apr 2017 08:36:05 +0100 Subject: [PATCH] Use the system clipboard as the default --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 12b3eb0..7a69d50 100644 --- a/vimrc +++ b/vimrc @@ -107,8 +107,10 @@ endif if has("gui_running") if has("gui_gtk2") set guifont=Monospace\ Regular\ 10 + set clipboard=unnamedplus elseif has("gui_win32") set guifont=Consolas:h10:cANSI + set clipboard=unnamed endif set columns=88