Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles
This commit is contained in:
commit
cd6dd4d840
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ return {
|
|||
local breakpoint_api = require("persistent-breakpoints.api")
|
||||
|
||||
local stepping_keymaps = {
|
||||
{ "m", function() dap.step_out() end },
|
||||
{ "n", function() dap.step_over() end },
|
||||
{ "i", function() dap.step_into() end },
|
||||
{ "<F6>", function() dap.step_out() end },
|
||||
{ "<F7>", function() dap.step_over() end },
|
||||
{ "<F9>", function() dap.step_into() end },
|
||||
{
|
||||
"<leader>dc",
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue