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