Added keymap for clearing all the breakpoints

This commit is contained in:
IdanArye 2014-05-16 18:03:05 +03:00
parent 9524694afd
commit 28c44ce69a

View File

@ -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(".")',