Skip to content

Commit eceaeac

Browse files
author
Justin Bond
committed
nerd tree now f4
1 parent 8fd1562 commit eceaeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ call vundle#end()
111111
"
112112

113113
"map <silent> <C-m> :NERDTreeToggle<cr>
114-
noremap <leader>d :NERDTreeToggle<cr>
114+
noremap <F4> :NERDTreeToggle<CR>
115115
nnoremap <C-t> :call ToggleRelativeOn()<cr>
116116
" Close vim if only NERDTree is open
117-
"autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
117+
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
118118

119119
" [3]
120120
" Allow moving around between Tmux windows

0 commit comments

Comments
 (0)