mirror of
1
0
Fork 0

Add training space to <leader>nb map of NERDTreeFromBookmark

This commit is contained in:
Curtis G 2016-12-16 20:20:55 -05:00 committed by GitHub
parent aad95603ea
commit 9cd8652c46
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ let NERDTreeShowHidden=0
let NERDTreeIgnore = ['\.pyc$', '__pycache__']
let g:NERDTreeWinSize=35
map <leader>nn :NERDTreeToggle<cr>
map <leader>nb :NERDTreeFromBookmark
map <leader>nb :NERDTreeFromBookmark<Space>
map <leader>nf :NERDTreeFind<cr>