lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Feature Request: Add split window functionality #199

Open brandor5 opened 8 years ago

brandor5 commented 8 years ago

Would it be possible to add the ability to split a window horizontally and vertically?

Thanks!

lanoxx commented 8 years ago

There are already shell based solutions for this, like using tmux, have you tried them?

brandor5 commented 8 years ago

Yes, I do use tmux when I'm doing remote work and splitting is ok for that.

I'm really looking for something that I can use locally on my laptop that mimics yakuake.

lanoxx commented 8 years ago

I just tried that and actually that is a very nice feature. I am sure it could be implemented in tilda too, but not sure how much work it would be. If someone wants to implement this and send a pull request feel free to do so. Otherwise I might implement it when I have time. No promise though.

jsayol commented 8 years ago

You can use tmux inside Tilda. I just tried and it works perfectly fine. I think it'd be better to use existing tools rather than implement this functionality in Tilda.

Screenshot

P.S.: It looks ugly as hell because I didn't bother configuring it, just installed tmux to test this.