zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
42.64k stars 2.27k forks source link

Join/merge panes #12409

Open JosephTLyons opened 2 months ago

JosephTLyons commented 2 months ago

Discussed in https://github.com/zed-industries/zed/discussions/12115

Originally posted by **tcard** May 22, 2024 In VSCode, "View: Join Editor Group With Next Group" does the equivalent of (in Zed terms) moving all open files from a pane to the next pane and then closing the pane. This allows you to keep working with fewer panes, while keeping all of the current open files and without having to worry about their state of save. This is a feature I miss while using Zed.
idmyn commented 2 weeks ago

I think this is especially valuable now that you can hide the tab bar - because you're not aware of how many tabs you might be closing when you run "close inactive items" - I'd love to work with panes without worrying about getting the popup asking if I want to discard unsaved changes

looks like this is also related to https://github.com/zed-industries/zed/issues/5182