Display all open files (across panes) in tab switcher (vim buffers-lite) #24655
baldwindavid
started this conversation in
Feature Ideas / Enhancements
Replies: 1 comment 4 replies
-
My personal preference would be a "Open file finder", which works the same as the I rarely use the tab switcher, if that route is selected then I probably will though. As for terminals, I think they should be included in the (let's face it) "buffers list". At least I would prefer it that way, though I do understand the points about having them split would be rare, but finding them would be very useful. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In vim there is the concept of the buffer that lives a life of it's own decoupled from "windows" ("panes" in Zed) and "tabs" (tabs are different in Zed). The Zed paradigm is similar to VSCode and is probably not changing to be like Vim at this point and I'm NOT suggesting a change to that. What I would like is to be able to use the tab switcher, hide tabs, and interact with files in a similar way to buffers. I think we could achieve that with a tweak to the tab switcher.
I currently use the tab switcher and, while I'd like to hide tabs, have felt the need to keep an eye on them because tabs are confined to panes so I have to know where they are. What I'd really like is for the tab switcher to display ALL open files, regardless of which pane they're in, rather than just those in the current pane. If you were to select a file from the switcher that happens to be open in a different pane, that's fine, go ahead and open it in this pane too. If you then close that tab for the file in this pane, it would still be open in the other pane and show up in the switcher. If you close the tab in both panes then it would no longer appear in the tab switcher.
Considerations
Additional Notes
Beta Was this translation helpful? Give feedback.
All reactions