- Fixed vim clipboard sync with system clipboard

This commit is contained in:
Pratik Tripathy
2023-10-27 16:04:09 +05:30
parent 186fb89a2d
commit 632dc33999

View File

@@ -84,9 +84,7 @@ set mouse+=a
" Sync vim clipboard with system clipboard " Sync vim clipboard with system clipboard
" Works across Linux, MacOS & Windows " Works across Linux, MacOS & Windows
" set clipboard^=unnamed,unnamedplus set clipboard^=unnamed,unnamedplus
set clipboard+=unnamedplus
set paste
" Try to prevent bad habits like using the arrow keys for movement. This is " 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 " not the only possible bad habit. For example, holding down the h/j/k/l keys