summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-08-10 13:09:23 +0200
committerAnton Khirnov <anton@khirnov.net>2021-08-10 13:09:23 +0200
commit18bf505906a9cecc9139e53f04d20bbf0583f707 (patch)
treeda1aa7514a7350d1ea4c9476970a5506cde258c4 /vim
parent417fef8467f0fb7a43cbe1e7f3742f2bdfc44cff (diff)
vimrc: set clipboard=
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
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()}]%*%)