1
0
Fork 0
mirror of synced 2024-06-16 05:51:11 -04:00

enable click for nerdtree

This commit is contained in:
Long Tan 2017-09-27 19:15:10 -04:00
parent 7fc202ec88
commit 4297644165

View file

@ -130,7 +130,9 @@ set noerrorbells
set novisualbell set novisualbell
set t_vb= set t_vb=
set tm=500 set tm=500
" Enable mouse event
set mouse=a
let g:NERDTreeMouseMode=3
" Properly disable sound on errors on MacVim " Properly disable sound on errors on MacVim
if has("gui_macvim") if has("gui_macvim")
autocmd GUIEnter * set vb t_vb= autocmd GUIEnter * set vb t_vb=