Keymaps

Each view has its own keymaps, listed below. At any time (from within nvim-dap-view’s main window) you can use g? to show a window that lists all of them.

KeyAction
Threads
<CR>Jump to a frame
tToggle subtle frames
Scopes
<CR>Expand or collapse a variable
oTrigger actions
Breakpoints
<CR>Jump to a breakpoint
dDelete a breakpoint
Watches
<CR>Expand or collapse a variable
iInsert an expression
dDelete an expression
eEdit an expression
cCopy the value of an expression or variable
sSet the value of an expression or variable
Exceptions
<CR>Toggle filter

nvim-dap-view doesn’t define any keybindings outside its own buffers.