Sessions in tmuxinator

2012-04-02 Thread Thorsten
r a little script that calls several .yml files - one for each session? -- cheers, Thorsten -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd

Re: starting emacs-daemon and emacs-clients in tmux

2012-04-02 Thread Thorsten
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 ---

starting emacs-daemon and emacs-clients in tmux

2012-04-02 Thread Thorsten
ion, do it sequentially and wait until the command in the last pane/window is executed before opening the next pane/window and running the command associated with it"? -- cheers, Thorsten -- This SF email is sponsosred by: Tr

Re: Merging panes

2012-03-15 Thread Thorsten
r newbie user, who might even be unaware of similar functionality existing already in tmux. -- cheers, Thorsten -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazu

Re: Select pane by number

2012-03-07 Thread Thorsten
Nicholas Marriott writes: > You can increase display-panes-time if you want it to stick around for > longer, it'll disappear on the first key press. OK, thanks! > On Wed, Mar 07, 2012 at 11:05:59AM +0100, Thorsten wrote: >> Bj??rn Oelke writes: >> >> > Am 0

Re: Select pane by number

2012-03-07 Thread Thorsten
SamLT writes: > On Wed, Mar 07, 2012 at 10:06:23AM +0100, Thorsten wrote: >> >> >> Hi List, >> I like the way tmux shows pane numbers (in my case C-o q), but I could >> not find a way how to select panes by number (like select window C-o 1). >> Did I m

Re: Select pane by number

2012-03-07 Thread Thorsten
Björn Oelke writes: > Am 07.03.2012 um 10:06 schrieb Thorsten: >> Hi List, >> I like the way tmux shows pane numbers (in my case C-o q), but I could >> not find a way how to select panes by number (like select window C-o 1). >> Did I miss something? >> >

Select pane by number

2012-03-07 Thread Thorsten
Hi List, I like the way tmux shows pane numbers (in my case C-o q), but I could not find a way how to select panes by number (like select window C-o 1). Did I miss something? TIA -- cheers, Thorsten

Re: pkill X without killing tmux?

2012-02-15 Thread Thorsten
Vladimir Lomov writes: > Well, may be I was to naive about the URL, > https://github.com/vp1981/scripts/tree/master/tmux now the links works - interesting stuff. thanks. __ Thorsten -- Virtualization &

Re: pkill X without killing tmux?

2012-02-15 Thread Thorsten
Vladimir Lomov writes: Hello, > ** Thorsten [2012-02-15 09:11:58 +0100]: > >> Nicholas Marriott writes: > >>> You can't make tmux sessions last across reboot unless you configure >>> what windows to create and programs to run explicitly in .tmux.conf. &

Re: pkill X without killing tmux?

2012-02-15 Thread Thorsten
s down. The normal user who shuts down his machine at night must start again in the morning - either by hand or by configuration script. thanks for the info. > On Wed, Feb 15, 2012 at 08:24:36AM +0100, Thorsten wrote: >> Nicholas Marriott writes: >> >> Hi >> >>

Re: pkill X without killing tmux?

2012-02-14 Thread Thorsten
Nicholas Marriott writes: > C-w then exit copy mode and do C-b ]. You probably want to look at the > tmux man page. Thanks, and yes, I need to study the man page more ... > On Tue, Feb 14, 2012 at 07:25:23PM +0100, Thorsten wrote: >> Thorsten writes: >> >

Re: pkill X without killing tmux?

2012-02-14 Thread Thorsten
hutting down from a bash window in a tmux session - it would be there running after the next boot? Probably very newbie questions, sorry for that, and it might be documented somewhere, but I find a lot of details everywhere but still don't get the big picture. thanks for your answer. > On

Re: pkill X without killing tmux?

2012-02-14 Thread Thorsten
Thorsten writes: > Nadav Samet writes: > >> Killing tmux by accident with pkill X does leave some orphan >> sessions on >> my machine? >> >> >> Yes, you should see them with by typing: `tmux ls`, you can attach to >> any of them using

Re: pkill X without killing tmux?

2012-02-14 Thread Thorsten
Nadav Samet writes: > Killing tmux by accident with pkill X does leave some orphan > sessions on > my machine? > > > Yes, you should see them with by typing: `tmux ls`, you can attach to > any of them using `tmux attach` actually, I only see the two session running right now when ty

pkill X without killing tmux?

2012-02-14 Thread Thorsten
le and a X session, I need a way to shut everything down gracefully in a controlled and intelligent way. Any tips or links to related docs would be appreciated. cheers Thorsten PS Killing tmux by accident with pkill X does leave some orphan sessions on