This commit is contained in:
2024-07-14 07:05:18 -05:00
parent 42ce12e24a
commit 4dd21cbf9d

View File

@@ -32,3 +32,9 @@ Plug 'tpope/vim-commentary'
"" Map \b to toggle the breakpoint on the current line
"map \b <Action>(ToggleLineBreakpoint)
"
"
"
set NERDTree
let g:NERDTreeMapActivateNode='l'
let g:NERDTreeMapJumpParent='h'