From 1aceb719cc95aa4dd355457540f41e149fd3e64f Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 31 Dec 2016 14:58:18 -0600 Subject: vim: add nerdtree --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index 5506666..e8d4e90 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -57,3 +57,6 @@ nnoremap a, :Tabularize /,/r0l1 " airline set laststatus=2 " display status line even with no splits let g:netrw_dirhistmax=0 " without this, it likes to create ~/.vim/.netrwhist + +" nerdtree: +nnoremap :NERDTreeToggle -- cgit v1.2.3