update
This commit is contained in:
parent
42ce12e24a
commit
4dd21cbf9d
1 changed files with 6 additions and 0 deletions
|
|
@ -32,3 +32,9 @@ Plug 'tpope/vim-commentary'
|
||||||
|
|
||||||
"" Map \b to toggle the breakpoint on the current line
|
"" Map \b to toggle the breakpoint on the current line
|
||||||
"map \b <Action>(ToggleLineBreakpoint)
|
"map \b <Action>(ToggleLineBreakpoint)
|
||||||
|
"
|
||||||
|
"
|
||||||
|
"
|
||||||
|
set NERDTree
|
||||||
|
let g:NERDTreeMapActivateNode='l'
|
||||||
|
let g:NERDTreeMapJumpParent='h'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue