Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enlarge active window in Kitty Terminal

Let's assume I have split my Kitty terminal into 3 windows. How can I temporarily maximize the active one so it takes the whole terminal size hiding the non-active windows?

This is done with CTRL + SHIFT + X in Terminator.

Thanks.

like image 937
Fernando Martin Avatar asked Nov 17 '25 11:11

Fernando Martin


1 Answers

Ok, I've found how to achieve this.

First of all, 'stack' layout needs to be enabled. To do so, ensure it appears listed in enabled_layouts:

enabled_layouts vertical,stack

Then you simply need to add a map/shortcut to load/unload that 'stack' layout:

map kitty_mod+x toggle_layout stack

In my case, since kitty_mod is equal to CTRL+SHIFT, kitty_mod+x is the exact combination that I wanted.

like image 77
Fernando Martin Avatar answered Nov 20 '25 02:11

Fernando Martin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!