Re: ctrl+d madness

2011-10-06 Thread Rob
On 6 October 2011 13:04, Rita wrote: > I have a habit of pressing ctrl+d to logout of a bash shell but if I press > it too many times it eventually closes my tmux session. I typically have > over 30 windows with atleast 3 panes.  I don want to lose my work :p I don't get what this has to do with

Re: tmux 1.5 x86_64 eating a full core (CentOS-5 x86_64)

2011-10-06 Thread Thomas Adam
On Thu, Oct 06, 2011 at 11:02:20AM -0400, Dustin Kirkland wrote: > On Mon, Oct 3, 2011 at 10:39 AM, Thomas Adam wrote: > > On 3 October 2011 15:16, Tru Huynh wrote: > >> Possible cause: ~user/.tmux.conf > >> set -g status-left '#[fg=green,bg=black]#(whoami)@#h > >> #[fg=white,bold]#(date +"%T")

Re: tmux 1.5 x86_64 eating a full core (CentOS-5 x86_64)

2011-10-06 Thread Dustin Kirkland
On Mon, Oct 3, 2011 at 10:39 AM, Thomas Adam wrote: > On 3 October 2011 15:16, Tru Huynh wrote: >> Possible cause: ~user/.tmux.conf >> set -g status-left '#[fg=green,bg=black]#(whoami)@#h #[fg=white,bold]#(date >> +"%T") #[default]' > > Don't shell out to date here -- the status lines get run vi

Re: ctrl+d madness

2011-10-06 Thread Nicholas Marriott
Either set remain-on-exit in tmux or set ignoreeof in your shell (if it is sh compatible). On Thu, Oct 06, 2011 at 08:04:43AM -0400, Rita wrote: >I have a habit of pressing ctrl+d to logout of a bash shell but if I press >it too many times it eventually closes my tmux session. I typically

ctrl+d madness

2011-10-06 Thread Rita
I have a habit of pressing ctrl+d to logout of a bash shell but if I press it too many times it eventually closes my tmux session. I typically have over 30 windows with atleast 3 panes. I don want to lose my work :p Is there a way I can avoid this? -- --- Get your facts first, then you can dis

Re: Binding escape sequence

2011-10-06 Thread Daniel
On 2011-10-06, Nicholas Marriott wrote: > set kf20 or something to it using terminal-overrides and then you can > bind F20 to it in tmux Thanks, worked fine. -- All the data continuously generated in your IT infrastruct

Re: The Path Variable is Incomplete

2011-10-06 Thread Bastien Dejean
Nicholas Marriott a écrit : > tmux always starts shells as login shells unless explicitly configured > not to, but with no version or config it is hard to tell if that's the > case... That's tmux 1.5 with the default config and the path is being changed in .zshenv. So, what's the relevant optio

Re: Binding escape sequence

2011-10-06 Thread Nicholas Marriott
set kf20 or something to it using terminal-overrides and then you can bind F20 to it in tmux On Thu, Oct 06, 2011 at 07:06:41AM +, Daniel wrote: > I've bound C-Tab to generate ^[[27;5;9~ in my terminal, can I bind this > sequence to something in tmux? I just know that screen can do this. >

Re: The Path Variable is Incomplete

2011-10-06 Thread Nicholas Marriott
tmux always starts shells as login shells unless explicitly configured not to, but with no version or config it is hard to tell if that's the case... On Wed, Oct 05, 2011 at 09:55:57PM -0400, Tom Prince wrote: > On Wed, 5 Oct 2011 22:57:04 +0200, Bastien Dejean wrote: > > Hi, > > > > I just la

Binding escape sequence

2011-10-06 Thread Daniel
I've bound C-Tab to generate ^[[27;5;9~ in my terminal, can I bind this sequence to something in tmux? I just know that screen can do this. -- All the data continuously generated in your IT infrastructure contains a def