I'd like to set up screen
to open a specific set of files for editing at startup.
I'd like to have something like this in ~/.screenrc
:
chdir /home/andrew/scripts/
screen -t scripts gvim script1.sh
chdir /home/andrew/scratch/
screen -t test
I can't seem to get gvim
to open any files, or my screen to stay alive after the gvim
opens and detaches.