Replies: 1 comment 1 reply
-
You can setup keymaps in a event listener when a debug session starts and remove them again if the debug session ends. See https://github.com/mfussenegger/dotfiles/blob/e7abb9a13f8fb3075704ed703dd973ecf3502cc3/vim/.config/nvim/lua/me/dap.lua#L64-L75 for an example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to map j to be stepover like this:
but after the nvim-dap exit, my normal keymap is not working.
So I'm wondering how to set keymap that only affects nvim-dap
Beta Was this translation helpful? Give feedback.
All reactions