Map system selections (clipboard and primary) to registers
This commit is contained in:
@@ -12,7 +12,8 @@ set hidden
|
|||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
" share system clipboard
|
" share system clipboard
|
||||||
"set clipboard=^unnamed,unnamedplus
|
set clipboard^=unnamed,unnamedplus
|
||||||
|
|
||||||
|
|
||||||
" hide showmode because its in statusline
|
" hide showmode because its in statusline
|
||||||
set noshowmode
|
set noshowmode
|
||||||
@@ -105,7 +106,6 @@ let g:jedi#popup_select_first = 0
|
|||||||
|
|
||||||
call plug#begin('~/.vim/plugged') " vim-plug
|
call plug#begin('~/.vim/plugged') " vim-plug
|
||||||
|
|
||||||
Plug 'VundleVim/Vundle.vim'
|
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'vim-scripts/indentpython.vim'
|
Plug 'vim-scripts/indentpython.vim'
|
||||||
Plug 'scrooloose/syntastic'
|
Plug 'scrooloose/syntastic'
|
||||||
|
|||||||
Reference in New Issue
Block a user