Skip to content

Commit

Permalink
vim: <leader>P for find current find in nerdtree
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidov committed Sep 1, 2013
1 parent be3585b commit 3325a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ runtime macros/matchit.vim
" Toggle nerdtree
nmap <silent> <leader>p :NERDTreeToggle<CR>
" Find current file in tree
nmap <silent> <leader>P :NERDTreeFind<CR>
" Buffer search
nmap <silent> <leader>b :CtrlPBuffer<CR>
Expand Down

0 comments on commit 3325a7b

Please sign in to comment.