.vimrc: Use XA_PRIMARY as default clipboard.
This commit is contained in:
parent
58b1e98578
commit
94a5660079
3
.vimrc
3
.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
|
||||
|
Reference in New Issue
Block a user