fix(dap): change mappings for stepping through frames
This commit is contained in:
@@ -20,13 +20,13 @@ return {
|
||||
end,
|
||||
},
|
||||
{
|
||||
"<C-S-i>",
|
||||
"<PageUp>",
|
||||
function()
|
||||
require("dap").up()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"<C-S-o>",
|
||||
"<PageDown>",
|
||||
function()
|
||||
require("dap").down()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user