Skip to content

Commit 2d68f42

Browse files
committed
fix(keymaps): make mapping buflocal
1 parent fe49f81 commit 2d68f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/dap-view/views/keymaps.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ M.set_keymaps = function()
2222
if state.current_section == "scopes" then
2323
require("dap.ui").trigger_actions()
2424
end
25-
end)
25+
end, { buffer = state.bufnr })
2626

2727
vim.keymap.set("n", "i", function()
2828
if state.current_section == "watches" then

0 commit comments

Comments
 (0)