Using Ubuntu I can create a terminal with two tabs:
gnome-terminal --tab --tab
However, by default it goes to the last created tab. Using Alt + 1 I can make it go to the first, but I want to avoid key presses.
I'd like to either create an alias to execute Alt + 1 in bash, or directly insert similar code: gnome-terminal --tab --tab -e "alt1"
Any ideas?