Set correct context for Zed debugger vim binds #31570
Closed
kamal-hamza
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment 1 reply
-
You shouldn't use the {
"context": "vim_mode == normal",
"bindings": {
"g d i" : "debugger::StepInto"
}
} |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I just got access to the zed debugger beta and I am trying to set some binds for debugging. However I cant seem to get the context right. Here are my binds:


However, to make these binds work I constantly need to focus on the debug dock (bottom dock). They do not work when I am in normal mode and the cursor is in the file like so:
Is there a way to set the context such that they work both in the debug panel and also when debugging a file? I noticed that if I put the binds in the editor context they work when the file is focused, however this messes up the default vim binds when coding. Please let me know how I can solve this. Also feel free to let me know if you want me to provide additional details!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions