Added keymap for clearing all the breakpoints
This commit is contained in:
parent
9524694afd
commit
28c44ce69a
@ -43,6 +43,7 @@ if exists('g:vebugger_leader')
|
||||
\'c':'VBGcontinue',
|
||||
\'t':'VBGtoggleTerminalBuffer',
|
||||
\'b':'VBGtoggleBreakpointThisLine',
|
||||
\'B':'VBGclearBreakpints',
|
||||
\'e':'VBGevalWordUnderCursor',
|
||||
\'E':'exe "VBGeval ".input("VBG-Eval> ")',
|
||||
\'w':'exe "VBGrawWrite ".getline(".")',
|
||||
|
Loading…
Reference in New Issue
Block a user