summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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()}]%*%)