fix(dap): change mappings for stepping through frames

This commit is contained in:
2025-10-15 20:40:15 +02:00
parent 5bd5b3d745
commit 0041d0b7cd
+2 -2
View File
@@ -20,13 +20,13 @@ return {
end, end,
}, },
{ {
"<C-S-i>", "<PageUp>",
function() function()
require("dap").up() require("dap").up()
end, end,
}, },
{ {
"<C-S-o>", "<PageDown>",
function() function()
require("dap").down() require("dap").down()
end, end,