From 18bf505906a9cecc9139e53f04d20bbf0583f707 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 10 Aug 2021 13:09:23 +0200 Subject: vimrc: set clipboard= --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index b1da29e..735e0e0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -39,6 +39,10 @@ set tabstop=4 set mouse=a set ttymouse=sgr +" the default includes autoselect, which syncs contents of visual selection +" to clipboard; that is slow and I don't need it +set clipboard= + " statusline " path [Help][Preview][RO][+][ftype] set statusline=%(%f\ %h%w%r%m%y\ %=\ %1*[%{winnr()}]%*%) -- cgit v1.2.3