gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.38k stars 293 forks source link

maximized terminal do not iterate on all terminals in a session #2123

Open albfan opened 1 year ago

albfan commented 1 year ago

if you open several terminals (more than two) Alt+Up / Alt+Down moves cursor from topmost terminal to bottom and viceversa.

But if you maximize one of them, this shortcuts only moves between two terminals (like if it brings next terminal to front and previous becames the next, going into a circular selection)

cmndrsp0ck commented 1 year ago

couldn't you just use ctr+tab and ctrl+shift+tab to cycle through all of them them in a circular fashion when you maximize them?

albfan commented 1 year ago

That works pretty well, thanks.

Still alt+Arrow offers some benefits (if you know the layout for unmaximized). Sometimes the ctrl+tab follows an unwanted order

I can take a lot at that ctrl+tab to see what is different to provide a patch.