Hi List,
another question with regards to tmuxinatior:
All the examples I find only start one session in a .yml file, i.e. one
tabs keyword and many '-' tabs (=tmux windows).
What about starting several session at once? Is that done in one .yml
file, or does one define an alias or a little script
Nicholas Marriott writes:
> tmux can't know when the program in a window has finished.
>
> Best bet is to start "sleep 5; emacsclient"
Ok, thanks, thats simple enough.
--
cheers,
Thorsten
--
This SF email is sponsos
tmux can't know when the program in a window has finished.
Best bet is to start "sleep 5; emacsclient"
On Mon, Apr 02, 2012 at 03:55:06PM +0200, Thorsten wrote:
> Hi List,
> I'm trying to script customized tmux environments (using tmuxinator) an
> have the following problem:
>
> In my script,
Hi List,
I'm trying to script customized tmux environments (using tmuxinator) an
have the following problem:
In my script, in window 1, I start the emacs-daemon (=server), what
takes quite some time, since it involves loading my .emacs files and
some more action. In window 2 I want to start an em