summaryrefslogtreecommitdiff
path: root/vimscript/nv-whichkey
diff options
context:
space:
mode:
Diffstat (limited to 'vimscript/nv-whichkey')
-rw-r--r--vimscript/nv-whichkey/init.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/vimscript/nv-whichkey/init.vim b/vimscript/nv-whichkey/init.vim
index bddbcceb..81ef410f 100644
--- a/vimscript/nv-whichkey/init.vim
+++ b/vimscript/nv-whichkey/init.vim
@@ -85,6 +85,19 @@ let g:which_key_map.b = {
\ '?' : ['Buffers' , 'fzf-buffer'],
\ }
+" d is for debug
+let g:which_key_map.d = {
+ \ 'name' : '+debug' ,
+ \ 'b' : ['DebugToggleBreakpoint ' , 'toggle breakpoint'],
+ \ 'c' : ['DebugContinue' , 'continue'],
+ \ 'i' : ['DebugStepInto' , 'step into'],
+ \ 'o' : ['DebugStepOver' , 'step over'],
+ \ 'r' : ['DebugToggleRepl' , 'toggle repl'],
+ \ 's' : ['DebugStart' , 'start'],
+ \ }
+ " \ 'O' : ['DebugStepOut' , 'next-buffer'],
+ " \ 'S' : ['DebugGetSession ' , 'fzf-buffer'],
+
" F is for fold
let g:which_key_map.F = {