Bug 203970 - Full Tiling Support (Nesting, etc.)
Summary: Full Tiling Support (Nesting, etc.)
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: split-view (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-15 18:31 UTC by JWC
Modified: 2019-10-29 08:07 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 19.08


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JWC 2009-08-15 18:31:59 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Unlisted Binary Package

It would be very nice to see full tiling support in Konsole so that it would be possible to create advanced tiling setups.  For example, currently, ctrl+t opens up a new horizontal tile below the current view, and pressing ctrl+l afterwards arranges all three views (the two existing ones and the new one) vertically.

However, it would be nice to see the above set of keystrokes first create a horizontal view and then split that bottom horizontal view into two vertical views.  This kind of support is seen in some tiling window managers and other programs that support advanced working environments (Vim, Emacs, etc.).
Comment 1 avramidg 2012-04-10 18:30:11 UTC
I too would find this feature very usefull. I'd be happy to try and implement it. I'll give it a try.
Comment 2 Jiri Tyr 2013-12-21 10:50:59 UTC
I would really like to see layout and profile functionality like in Terminator (http://gnometerminator.blogspot.co.uk/p/introduction.html). Konsole is in many ways much more advanced than Terminator but proper layout and profile feature is still missing.
Comment 3 Mathieu Jobin 2014-04-26 02:37:10 UTC
I would close this as duplicate of bug #180770

what we want is a Terminator/iTerm2 clone with Konsole backend.
Comment 4 Vincenzo 2014-04-26 08:09:49 UTC
Hi Guys,

I am still working on this: https://github.com/vincepii/konsole-multi-terminal (check the screenshot here: https://github.com/vincepii/konsole-multi-terminal/blob/master/screenshot1.png), which is a Terminator-like implementation for konsole.

At the moment creating/removing multi-terminals works quite fine and I recently also added support to "clone" the multi-terminals when one uses the old "split view" functionality.

Remaining things to do are support detaching tabs and merge the current main line on that fork.

Tu support tabs detaching I have to change again the design, so it will take some time.