Re: Calling external programs in statusline creates pauses over time

2013-09-24 Thread Jan Larres
I forgot to mention that I have 8GB of RAM with still some free, so there is no swapping going on that could influence the behaviour. Jan -- October Webinars: Code for Performance Free Intel webinars can help you acceler

Re: Calling external programs in statusline creates pauses over time

2013-09-24 Thread Jan Larres
On 24/09/13 20:02, Nicholas Marriott wrote: > Hmm if you kill all but a few windows does it speed up again? And does > mem usage drop? How much mem has your box? I'll have to do more thorough tests when I'm back from holiday in two weeks, but so far it seems that tmux's memory usage is constantly

Re: tmux and resuming sessions

2013-09-24 Thread Fabio Coatti
In data martedì 24 settembre 2013 04:21:13, Shawn Wilson ha scritto: > That should also be a function to allow define / attach of a session name as > is done with screen. > Nicholas Marriott wrote: > >You can shorten this to > > > > tmux attach || tmux new > > Yes, on the same page there are se

Re: tmux and resuming sessions

2013-09-24 Thread Shawn Wilson
That should also be a function to allow define / attach of a session name as is done with screen. Nicholas Marriott wrote: >You can shorten this to > >   tmux attach || tmux new > >Or in tmux git you can also use tmux new -A > > Original message >From: Fabio Coatti >Date: 24/

Re: Cannot 'write' to pts because user not logged in

2013-09-24 Thread Nicholas Marriott
#{client_tty} maybe or pane_tty. tmux doesn't write to utmp because there is no portable way to do it without being setuid or setgid. Original message From: Porcelain Mouse Date: 16/09/2013 01:54 (GMT+00:00) To: tmux-us...@lists.sf.net Subject: Cannot 'write' to pts becaus

Re: Calling external programs in statusline creates pauses over time

2013-09-24 Thread Nicholas Marriott
Hmm if you kill all but a few windows does it speed up again? And does mem usage drop? How much mem has your box? Original message From: Jan Larres Date: 20/09/2013 00:18 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Re: Calling external programs in statusline

Re: tmux and resuming sessions

2013-09-24 Thread Nicholas Marriott
You can shorten this to    tmux attach || tmux new Or in tmux git you can also use tmux new -A Original message From: Fabio Coatti Date: 24/09/2013 08:54 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: tmux and resuming sessions Hi all, some time ago I asked

Re: How to copy the whole buffer?

2013-09-24 Thread Sharon Kimble
On Tue, 24 Sep 2013 08:04:26 +0100 Nicholas Marriott wrote: > Or on older versions just select all the text in copy mode then paste > it into emacs or some text editor and save the file. Or use tmux > saveb. Why is this so hard? Because I'm in uncharted territory here! I've been using tmux for a

tmux and resuming sessions

2013-09-24 Thread Fabio Coatti
Hi all, some time ago I asked on this mailing list some way to emulate, with tmux, the same behaviour of screen -R (resume old session, if no sessions are present create a new one). Now I found a page that shows some solutions (aliases) that basically works for me: alias ltmux="if tmux has; th

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-24 Thread Sharon Kimble
On Tue, 24 Sep 2013 12:54:42 +1200 Jan Larres wrote: > On 24/09/13 12:15, Sharon Kimble wrote: > > Thanks Jan, thats .bashrc is now sorted out, so I do this - > > > > 1 - CTRL+a+[ > > 2 - move cursor to beginning of required text > > 3 - press SPACE > > 4 - move cursor to end of required text > >

Re: How to copy the whole buffer?

2013-09-24 Thread Nicholas Marriott
Or on older versions just select all the text in copy mode then paste it into emacs or some text editor and save the file. Or use tmux saveb. Why is this so hard? Original message From: Thomas Adam Date: 23/09/2013 23:52 (GMT+00:00) To: Sharon Kimble Cc: tmux-users@lists