Supondo que você queira dizer gnome-terminal, na página man:
--tab-with-profile=PROFILENAME
Open a tab in the window with the given profile. More than
one of these options can be provided, to open several tabs .
O que faria um script como ~/bin/cool-terminal
:
#!/bin/sh
gnome-terminal --tab-with-profile=edit --tab-with-profile=run ...
com alguns scripts para colocar nos perfis como
$ cat ~/bin/editor-tab
#!/bin/sh
chdir source_directory
...
exec $SHELL
Não é exatamente como tirar um instantâneo, mas isso pode ser feito.