Map system selections (clipboard and primary) to registers

This commit is contained in:
jon
2019-08-07 18:42:48 -05:00
parent 51837ed30f
commit 8d7fdeffc5

View File

@@ -12,7 +12,8 @@ set hidden
set incsearch
" share system clipboard
"set clipboard=^unnamed,unnamedplus
set clipboard^=unnamed,unnamedplus
" hide showmode because its in statusline
set noshowmode
@@ -105,7 +106,6 @@ let g:jedi#popup_select_first = 0
call plug#begin('~/.vim/plugged') " vim-plug
Plug 'VundleVim/Vundle.vim'
Plug 'tpope/vim-fugitive'
Plug 'vim-scripts/indentpython.vim'
Plug 'scrooloose/syntastic'