4 lines
100 B
VimL
4 lines
100 B
VimL
" Mapping to NERDTree
|
|
"nnoremap <leader>t :NERDTreeToggle<CR>
|
|
"let NERDTreeIgnore=['\~$', '\.pyc$']
|