gnunn1 / tilix

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

location of new tab #2136

Open drdv opened 1 year ago

drdv commented 1 year ago

Suppose I have 2 tabs [T1, T2] and T1 is currently active (i.e., I am working in it). If I create a new tab T3 (using e.g., C-S-T) it is placed after T2 in the window, so I have [T1, T2, T3] (in that order). I would rather prefer for T3 to be created between T1 and T2 so that the order is [T1, T3, T2].

Of course, I could press C-S-Page Up once and T3 would move one position to the left but if I have N windows, this becomes tedious. A setting like this might already exist, but I couldn't find it ...