Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added tweaks for nerd explorer to make it a better project management…
… tool
  • Loading branch information
taxilian committed Aug 20, 2010
1 parent 9f96e2a commit b64de74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vimrc
Expand Up @@ -269,6 +269,12 @@
map <C-p> <Plug>ToggleProject
map <C-e> :NERDTreeToggle<CR>
nmap <leader>nt :NERDTreeFind<CR>
let NERDTreeShowBookmarks=1
let NERDTreeIgnore=['\.pyc', '\~$', '\.swo$', '\.swp$']
let NERDTreeChDirMode=2
let NERDTreeQuitOnOpen=1
let NERDTreeShowHidden=1
" }

" VCS commands {
Expand Down

0 comments on commit b64de74

Please sign in to comment.