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

Global dock window #14263

Closed
1 task done
MaxThom opened this issue Jul 11, 2024 · 4 comments
Closed
1 task done

Global dock window #14263

MaxThom opened this issue Jul 11, 2024 · 4 comments
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label] workspace Feedback for workspace management, layout, interactions, etc

Comments

@MaxThom
Copy link

MaxThom commented Jul 11, 2024

Check for existing issues

  • Completed

Describe the feature

Hi,
there is a feature I would like to have for my workflow. I was wondering if it's possible to have a global window that we can toggle with a key combo. Like the ZoomIn and ZoomOut feature, but instead of being for the current active window, it's a global window. It means, we could have a our code open and when we want to run it, we can toggle that global window that lays over like the ZoomIn with a terminal or more tabs. I'm coding on a 13inch laptop and have a terminal open takes a lot of space. I saw something that look along those lines on the website main feature page, but it changed since then.

I also want to add that I am absolutely in love with Zed. I'm coming from neovim and vscode. I got an epic project to work on, an awesome new laptop and an epic code editor.

Thanks!

If applicable, add mockups / screenshots to help present your vision of the feature

globalwindow_zed

@MaxThom MaxThom added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jul 11, 2024
@notpeter
Copy link
Contributor

Let me see if I understand. You're looking for some way to have a single-window optimized view because you're working on a small 13inch display Not quite sure I follow the zoom-in/zoom-out / global analogy. Could you try and explain further?

How is this different from dragging a terminal to the top tab bar and hiding the left sidebar (ctrl-b / cmd-b) and having everything in the same main pane?

@notpeter notpeter added workspace Feedback for workspace management, layout, interactions, etc editor Feedback for code editing, formatting, editor iterations, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 13, 2024
@MaxThom
Copy link
Author

MaxThom commented Jul 15, 2024

What I mean is a floating terminal or window like this! So similar style of the ZoomIn
image

There was a section on the Website named Dock which gave me the impression that what it was. The website got updated recently and removed that section.

I decided to update the keybindings and add this to the editor context
"ctrl-j": "workspace::ToggleBottomDock"

@MaxThom
Copy link
Author

MaxThom commented Jul 17, 2024

Found a trick where the dock keep the ZoomIn state so I can achieve what I was looking for with the bottom dock zoom in combo

@MaxThom
Copy link
Author

MaxThom commented Jul 17, 2024

I will close the issue, but the idea of a floating global window can still be interesting!

@MaxThom MaxThom closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label] workspace Feedback for workspace management, layout, interactions, etc
Projects
None yet
Development

No branches or pull requests

2 participants