.vimrc: Use XA_PRIMARY as default clipboard.

This commit is contained in:
Salt 2017-08-16 14:42:24 -05:00
parent 58b1e98578
commit 94a5660079

3
.vimrc
View File

@ -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