Dynamic Dock #26828
bastianplsfix
started this conversation in
Feature Ideas / Enhancements
Dynamic Dock
#26828
Replies: 1 comment
-
In case you weren't aware, zed does have docks and allows you to choose which panels show up in which docs in the settings: "git_panel": { "dock": "right" },
"collaboration_panel": { "dock": "bottom" },
"outline_panel": { "dock": "left" },
"project_panel": { "dock": "right" }, You can also bind cmd+1/2/3 to toggle those: "cmd-1": "workspace::ToggleLeftDock",
"cmd-2": "workspace::ToggleBottomDock",
"cmd-3": "workspace::ToggleRightDock" As far as I can tell from a quick try of fleet, the gaps in functionality are:
Could you elaborate on which of the above functionality you're interested in? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would love for a feature like Fleet's Dynamic Dock. I did use Fleet almost exclusively for two years because of the dynamic dock even though Fleet was lacking features. However, I made the switch now because they botched their UI and Zed really feels amazing with its plain text-editor feeling. I do miss only one feature and that is the dynamic dock.
Check it out at:
https://www.jetbrains.com/fleet/
It works by giving you three "docks"/panes that can be shown or hidden by clicking CMD + 1, CMD +2 and CMD + 3 respectively. When opened you can select the tool you'd like to use, e.g. git, terminal, etc. I think this could be a really good fit for the Zed editor as well.
Beta Was this translation helpful? Give feedback.
All reactions