kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
22.13k stars 907 forks source link

Floating tabs/panes #7345

Closed nitin88 closed 1 month ago

nitin88 commented 1 month ago

Is your feature request related to a problem? Please describe. Currently Kitty supports both windows/tabs for organizing the terminal. Within window, we can split tabs and re-arrange them in multiple ways. Sometimes, we would like to "float" specific tab like Zjelli does https://zellij.dev/tutorials/basic-functionality/#using-floating-panes

kovidgoyal commented 1 month ago

Not something I am interested in as I dont see many use cases for it, but patches are welcome. It is on my TODO list to implement floating/popup windows useable by terminal programs rather than the user, this can be a subset of that if and when I implement it.