|
@@ -34,6 +34,7 @@ Plug 'tpope/vim-unimpaired'
|
|
|
Plug 'othree/yajs.vim'
|
|
Plug 'othree/yajs.vim'
|
|
|
Plug 'tpope/vim-surround'
|
|
Plug 'tpope/vim-surround'
|
|
|
Plug 'christoomey/vim-tmux-navigator'
|
|
Plug 'christoomey/vim-tmux-navigator'
|
|
|
|
|
+Plug 'roxma/vim-tmux-clipboard'
|
|
|
|
|
|
|
|
" All of your Plugins must be added before the following line
|
|
" All of your Plugins must be added before the following line
|
|
|
call plug#end() " required
|
|
call plug#end() " required
|
|
@@ -51,9 +52,6 @@ set wildignore+=*/node_modules/*
|
|
|
" Make watchdogs possible
|
|
" Make watchdogs possible
|
|
|
set backupcopy=yes
|
|
set backupcopy=yes
|
|
|
|
|
|
|
|
-" see https://github.com/tmux/tmux/issues/543
|
|
|
|
|
-set clipboard=unnamed
|
|
|
|
|
-
|
|
|
|
|
" jump between split lines
|
|
" jump between split lines
|
|
|
map j gj
|
|
map j gj
|
|
|
map k gk
|
|
map k gk
|