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.
Key | Action |
---|---|
Threads | |
<CR> | Jump to a frame |
t | Toggle subtle frames |
Scopes | |
<CR> | Expand or collapse a variable |
o | Trigger actions |
Breakpoints | |
<CR> | Jump to a breakpoint |
d | Delete a breakpoint |
Watches | |
<CR> | Expand or collapse a variable |
i | Insert an expression |
d | Delete an expression |
e | Edit an expression |
c | Copy the value of an expression or variable |
s | Set the value of an expression or variable |
Exceptions | |
<CR> | Toggle filter |
nvim-dap-view
doesn’t define any keybindings outside its own buffers.