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
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
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,
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
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/
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
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
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
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
.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
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
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/
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
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!
14 matches
Mail list logo