From 420ff8257becbb01bba6953de815e924cb81d30d Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 19 May 2022 18:01:05 +0200 Subject: [PATCH] vim: use ctrl-c ctrl-v clipboard, not X11 middle click one --- home/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/vimrc b/home/vimrc index 4226a8d..03bc2e7 100644 --- a/home/vimrc +++ b/home/vimrc @@ -37,7 +37,9 @@ set autoindent set history=1000 " set cursorline " use system clipboard as default buffer -set clipboard=unnamed +" unnamedplus corresponds to the + register on Linux, +" representing system clipboard (not X11 clipboard) +set clipboard=unnamedplus " set expandtab set shiftwidth=4