finally figured out yanking on all oses

This commit is contained in:
Thomas Ruoff
2018-02-06 22:37:37 +01:00
parent 0b4b639784
commit 07e12d28ff
2 changed files with 17 additions and 0 deletions

4
vimrc
View File

@@ -80,6 +80,10 @@ set wildignore+=*.swp,*.bak,*.jpg,*.gif,*.png,*.git,
set splitright
set splitbelow
" yank delete change and put operations go by default in `"+` register
" so in the systems clipboard accessable by CTRL-V on all OS types
set clipboard=unnamedplus
" set ignorecase
set infercase
set smartcase