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,
},
{
"<C-S-i>",
"<PageUp>",
function()
require("dap").up()
end,
},
{
"<C-S-o>",
"<PageDown>",
function()
require("dap").down()
end,