nvim copy paste working

This commit is contained in:
Abhay Rana 2015-12-03 18:07:35 +05:30
parent 6ce5147f1b
commit 08eebf15f2
1 changed files with 1 additions and 0 deletions

View File

@ -98,3 +98,4 @@ autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
map <C-t> :NERDTreeToggle<CR>
set clipboard+=unnamedplus