We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe49f81 commit 2d68f42Copy full SHA for 2d68f42
lua/dap-view/views/keymaps.lua
@@ -22,7 +22,7 @@ M.set_keymaps = function()
22
if state.current_section == "scopes" then
23
require("dap.ui").trigger_actions()
24
end
25
- end)
+ end, { buffer = state.bufnr })
26
27
vim.keymap.set("n", "i", function()
28
if state.current_section == "watches" then
0 commit comments