Re: [tmux-users] Re: Please please please fix the buffering issue.

2012-01-21 Thread Nicholas Marriott
Is anyone else running with this? Does it help? On Sat, Dec 24, 2011 at 08:15:54AM +, Nicholas Marriott wrote: > Hi > > Here is a new diff with a window option (rate-limit, 0 is off) and man > page bits. > > I'd like to be able to fix this in a way where we can turn it on by > default but

Error to load ~/.tmux.conf

2012-01-21 Thread Carlos Villuendas Zambrana
Hi all, I m new with tmux, i think that is a great program, but i dont be able customizer my tmux which new key binding, because i created the ~/.tmux.conf and puts this: set-option -g prefix C-a unbind % # Remove default binding since we’re replacing bind | split-window -h bind – s

Re: Error to load ~/.tmux.conf

2012-01-21 Thread Nicholas Marriott
You need to either restart tmux or source .tmux.conf again (do C-b : source ~/.tmux.conf) On Sat, Jan 21, 2012 at 10:35:50AM +0100, Carlos Villuendas Zambrana wrote: > Hi all, > > I m new with tmux, i think that is a great program, but i dont be able > customizer my tmux which new key binding,

Avoid that tmux change my prompt console

2012-01-21 Thread Carlos Villuendas Zambrana
Hi all again! Since i can load .tmux.conf file, the bindings key work properly, but i have the problem that tmux change my prompt console with the generic "bash-3.2$" ... I am used this one http://files.floriancrouzat.net/dotfiles/.tmux.conf tmux.conf file. But i dont see any command that can

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Thomas Adam
On 21 January 2012 10:09, Carlos Villuendas Zambrana wrote: > Hi all again! > > Since i can load .tmux.conf file, the bindings key work properly, but i have > the problem that tmux change my prompt console with the generic "bash-3.2$" > ... > > I am used this > one http://files.floriancrouzat.net/

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Nicholas Marriott
Comment out this line: set-option -g default-command "exec /bin/bash" On Sat, Jan 21, 2012 at 11:09:53AM +0100, Carlos Villuendas Zambrana wrote: >Hi all again! >Since i can load .tmux.conf file, the bindings key work properly, but i >have the problem that tmux change my prompt conso

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Carlos Villuendas Zambrana
Thx all, I removed that line but nothing happen yet lost my prompt when i start tmux ... That is so much annoyed because in my prompt i have information about my git brach and others things Any idea ? Thx a lot. El 21/01/2012, a las 11:25, Nicholas Marriott escribió: > Comment out this line

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Carlos Villuendas Zambrana
Hi, In my ~/.bash_profile ( Mac Os Lion ),I have this line to config my promt: # prompt PS1='\u@\h \w\n\[\033[01;32m\]$(__git_ps1 "(%s) ")\[\033[01;31m\]λ\[\033[01;37m\] ' ANd this work for my normal terminal, the problem came when I start tmux, i guess that luch a new bash console who replace

Re: Avoid that tmux change my prompt console

2012-01-21 Thread SamLT
On Sat, Jan 21, 2012 at 01:33:11PM +0100, Carlos Villuendas Zambrana wrote: > Thx all, > > I removed that line but nothing happen yet lost my prompt when i start tmux > ... > > That is so much annoyed because in my prompt i have information about my git > brach and others things Ok, IMO, thi

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Nicholas Marriott
.bash_profile is not read unless you start a login shell. That default-command line makes tmux not start a login shell. You probably didn't restart tmux once you removed it. Or do this instead: C-b : set -g default-command "" On Sat, Jan 21, 2012 at 01:51:28PM +0100, Carlos Villuendas Zambran

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Carlos Villuendas Zambrana
Thx a lot, really ... Work perfect now ... :) El 21/01/2012, a las 17:15, Nicholas Marriott escribió: > set -g default-command "" -- Try before you buy = See our experts in action! The most comprehensive online learnin

Re: Avoid that tmux change my prompt console

2012-01-21 Thread Stroller
On 21 January 2012, at 10:09, Carlos Villuendas Zambrana wrote: > … > Since i can load .tmux.conf file, the bindings key work properly, but i have > the problem that tmux change my prompt console with the generic "bash-3.2$" > ... > > I am used this one http://files.floriancrouzat.net/dotfiles/

Re: Try the iTerm2/tmux integration

2012-01-21 Thread George Nachman
On Fri, Jan 20, 2012 at 11:34 PM, Nicholas Marriott wrote: > Hi > > I got it now. Thanks. > > This mostly looks fine aside from style nits which will be easy to sort > out, although I'll wait to see the diff to see what impact it has > outside control.c. > > You will need to add your copyright lin

Re: patch to support 256 colors in fbterm

2012-01-21 Thread Peter Lustig
Sorry to resurrect an old thread. Does anyone know what became of this patch? I found no more discussion of it after this thread, and see no traces of it in the trunk. -- Try before you buy = See our experts in action!