From 94a56600797f651ef026aa26e73020c98844f3ad Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 16 Aug 2017 14:42:24 -0500 Subject: [PATCH] .vimrc: Use XA_PRIMARY as default clipboard. --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index c915daca..bf9d1481 100644 --- a/.vimrc +++ b/.vimrc @@ -10,6 +10,9 @@ filetype plugin indent on " Automatically read when a file is changed outside of Vim set autoread +" Use XA_PRIMARY clipboard by default +set clipboard=unnamed + " Enable 256-color support " All of my machines support 256-color so this should be fine set t_Co=256