Map system selections (clipboard and primary) to registers
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user