From 42976441654a14ae1203e6892e9355fc24b1b669 Mon Sep 17 00:00:00 2001 From: Long Tan Date: Wed, 27 Sep 2017 19:15:10 -0400 Subject: [PATCH] enable click for nerdtree --- vimrcs/basic.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 6c3d6dd3..cd1f3e2e 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -130,7 +130,9 @@ set noerrorbells set novisualbell set t_vb= set tm=500 - +" Enable mouse event +set mouse=a +let g:NERDTreeMouseMode=3 " Properly disable sound on errors on MacVim if has("gui_macvim") autocmd GUIEnter * set vb t_vb=