Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
leader nf for NERDTreeFind
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed Sep 24, 2020
1 parent 730f6d4 commit 6d08984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let g:user_emmet_settings = {
" Nerdtree stuff
map <C-n> :NERDTreeToggle<CR>
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
nmap <leader>nf :NERDTreeFind<CR>

" Folding
set foldmethod=syntax
Expand Down

0 comments on commit 6d08984

Please sign in to comment.