Skip to content

Commit

Permalink
Merge pull request amix#270 from qge/patch-1
Browse files Browse the repository at this point in the history
Add training space to <leader>nb map of NERDTreeFromBookmark
  • Loading branch information
amix authored Mar 14, 2017
2 parents 7b7a056 + 9cd8652 commit 7150007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 7150007

Please sign in to comment.