Replies: 2 comments
-
It doesn't look like there is a straightforward solution for this, it seems it's not yet implemented with the default keymap. But what you could do is to do something like this: {
"context": "Editor (and whatever additional context depending if you use vim mode)",
"bindings": {
"escape escape (or whatever makes sense to you)": "workspace::ToggleRightDock"
}
} Since I don't use assistant, I wouldn't know if this works when it's enabled, so you might need to add the same binding for AssistantPanel, but it works for me as is. |
Beta Was this translation helpful? Give feedback.
0 replies
-
this should be an issue instead, AssistantPanel is ignored in the context selection it feels like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Referencing #13342, I have a keybind to close the project panel with escape if it is focused, which works perfectly.
I want the same for the assistant panel. I have tried the following, however it does not work:
What is the proper way to do this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions