1
0
Fork 0

Use new name for system clipboard

This commit is contained in:
Basti 2016-04-19 17:00:43 -05:00
parent 7eeeb08628
commit 1b6471fb83
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -53,7 +53,7 @@ set statusline=[%n]\ %<%.99f\ %h%w%m%r%y\ %{exists('*CapsLockStatusline')?CapsLo
set makeprg=ruby\ %
" Use system clipboard
set clipboard=unnamed
set clipboard=unnamedplus
" Tab mappings.
" map <leader>tt :tabnew<cr>