update vim config

This commit is contained in:
Vaclav Uruba 2022-10-14 02:33:51 +02:00
parent ff880c9764
commit 102571e859
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -197,6 +197,8 @@ nnoremap <C-k> :tabnext<CR>
" Clipboard " Clipboard
vmap <Leader-C> "+y vmap <Leader-C> "+y
set clipboard+=unnamedplus
" NERDTree " NERDTree
autocmd StdinReadPre * let s:std_in=1 autocmd StdinReadPre * let s:std_in=1
"autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif "autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif