fix(dap): change mappings for stepping through frames
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user