Open korewaChino opened 2 years ago
Hi!
Few points I'd like to make:
This would not be implemented for v1. It would be a v2 feature at the latest (although, it may be the defining v2 feature)
While possible, there's a few implementation details. Most specifically, should tabs and tiles be able to be used together. Currently, the TabSwitcher stores a Fermion.TerminalWidget inside it. If we added tiling, would it still do that, or would it store a Fermion.TileContext or something similar, which in turn handles tabs.
We'd need a UI to manage tiles (at least from the creation standpoint), and to decide what borders would look like, if they're draggable, etc.
Does this fall under feature creep?
However, it would be possible to create tiles, yes.
Cc @lainsce
Problem
Right now, you cannot tile terminals like in Tilix and Konsole.
Proposal
Add tiling support for terminal sessions
Prior Implementations (Optional)
Tilix