Skip to content

Commit

Permalink
bind <Leader>n to toggle project tree (thx @pointcom)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 14, 2010
1 parent 7286b91 commit 1d03e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set laststatus=2

" NERDTree configuration
let NERDTreeIgnore=['\.rbc$', '\~$']
map <Leader>n :NERDTreeToggle<CR>
" Command-T configuration
let g:CommandTMaxHeight=20
Expand Down

0 comments on commit 1d03e53

Please sign in to comment.