Keybindings for toggle Project Panel #6488
-
Is there any keybindings for toggle the Project Panel, or is there a way to add a keymapping to Zed? It would be better if there's a complete cheatsheet for keybindings. |
Beta Was this translation helpful? Give feedback.
Answered by
JosephTLyons
Mar 15, 2023
Replies: 1 comment 3 replies
-
You should be able to customize the project panel using this keybinding name: workspace::ToggleLeftSidebar The default binding is {
"context": "Workspace",
"bindings": {
"cmd-b": "workspace::ToggleLeftSidebar"
}
}, You can view the default bindings by opening up the command palette ( |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
oneforalone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to customize the project panel using this keybinding name:
workspace::ToggleLeftSidebar
The default binding is
cmd-b
You can view the default bindings by opening up the command palette (
cmd-shift-p
) and typing inzed: open default keymap
.