Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo keyboard mapping mode while debugging #3071

Open
1 of 2 tasks
nosami opened this issue Oct 4, 2023 · 0 comments
Open
1 of 2 tasks

Pseudo keyboard mapping mode while debugging #3071

nosami opened this issue Oct 4, 2023 · 0 comments

Comments

@nosami
Copy link
Collaborator

nosami commented Oct 4, 2023

Feature category

  • Check(Type 'x') any that Applicable item:
    • Vim
    • Vim plugin

Is your feature request related to a problem? Please describe.
I would like to be able to assign keyboard shortcuts that only apply when debugging code. E.g. 'b' to toggle a breakpoint instead of move backwords word.

Describe the solution you'd like
I would like a pseudo mapping mode, e.g. dmap and dnoremap where the map is only effective while debugging.

Describe alternatives you've considered
I'm currently prefacing my debug commands with an s which I rarely use in normal mode,
e.g nmap sb :vsc Debug.ToggleBreakpoint<CR>

Note:
Please refer to the following. The goals of this project are written.
https://github.com/VsVim/VsVim/blob/master/Documentation/Project%20Goals.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant