From 632dc3399917e55f222cf9a22c9819c2c20ed799 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Fri, 27 Oct 2023 16:04:09 +0530 Subject: [PATCH] - Fixed vim clipboard sync with system clipboard --- common/.vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/.vimrc b/common/.vimrc index 9fb67df..6f7f60d 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -84,9 +84,7 @@ set mouse+=a " Sync vim clipboard with system clipboard " Works across Linux, MacOS & Windows -" set clipboard^=unnamed,unnamedplus -set clipboard+=unnamedplus -set paste +set clipboard^=unnamed,unnamedplus " Try to prevent bad habits like using the arrow keys for movement. This is " not the only possible bad habit. For example, holding down the h/j/k/l keys