Re: Display of $PWD and current command in status line [SOLVED]

2012-08-08 Thread John Magolske
* John Magolske [120805 23:40]: > > * John Magolske [120801 09:15]: > > > I'm trying to get the title of the active pane in the status line to > > > display $PWD when no command is active, and the current command when > > > a command is active. So, for example, if I cd to ~/Mail in the active > >

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
On sze, aug 08, 2012 at 15:41:29 +0100, Nicholas Marriott wrote: > Are you sure you restarted tmux entirely? > > What if you do "cat" then C-b : send-prefix -2 does it show ^A? > [...] The 'cat' trick worked, I got the ^a in the terminal. OTOH Sorry, but it didn't occur to me that I had to comp

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread Nicholas Marriott
Are you sure you restarted tmux entirely? What if you do "cat" then C-b : send-prefix -2 does it show ^A? On Wed, Aug 08, 2012 at 03:53:18PM +0200, LEVAI Daniel wrote: > On sze, aug 08, 2012 at 13:41:31 +0200, LEVAI Daniel wrote: > > > > > > Hi! > > > > > > > > > I'm using tmux's default pref

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread Tiago Resende
On Wednesday, 2012-08-08, at 15:53:18 +0200, LEVAI Daniel wrote: > With these options I get ^B by pressing CTRL+a+a or CTRL+b+b. Still > no ^A in my terminal. > > Here is my ~/.tmux.conf: Maybe you're just changing your config file and not restarting the server? I just tried out your config file

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
On sze, aug 08, 2012 at 13:41:31 +0200, LEVAI Daniel wrote: > > > > Hi! > > > > > > I'm using tmux's default prefix key ^b, but I needed an alternate prefix > > key too, so I've used 'set-option -g prefix2 C-a'. [...] Nicholas Marriott - 2012-08-08 12:33 > You need > > set -g prefix ^a > bi

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread Tiago Resende
On Wednesday, 2012-08-08, at 15:13:55 +0200, LEVAI Daniel wrote: > On sze, aug 08, 2012 at 09:09:42 -0300, Tiago Resende wrote: > > When you change your prefix key, tmux doesn't automatically bind it to > > send-prefix, so you have to do it yourself. For example: > > This is confusing and useless

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread Nicholas Marriott
You need set -g prefix ^a bind ^a send-prefix set -g prefix2 ^b bind ^b send-prefix -2 On Wed, Aug 08, 2012 at 01:41:31PM +0200, LEVAI Daniel wrote: > > Hi! > > > I'm using tmux's default prefix key ^b, but I needed an alternate prefix > key too, so I've used 'set-option -g prefix2 C-a'. > >

can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
Hi! I'm using tmux's default prefix key ^b, but I needed an alternate prefix key too, so I've used 'set-option -g prefix2 C-a'. I'm used to the fact that I can use CTRL+b+b to enter ^b to my terminal any time I need (eg.: remote tmux). But, it seems to me that this only works for ^b. With any o

Re: patch for tmux.1

2012-08-08 Thread Sébastien Santoro
On Wed, Aug 8, 2012 at 9:40 AM, Sébastien Santoro wrote: > Of course we should fill the remaining variables, as the goal is to > improve the man page. > > Let's try to complete it. > > Would someone know history_bytes, history_limit and history_size do? I withdraw my question ; I've missed the nex

Re: patch for tmux.1

2012-08-08 Thread Sébastien Santoro
Hello, On Tue, Jul 24, 2012 at 11:02 AM, Thomas Adam wrote: >> +.It Li "history_bytes" Ta "FIXME" >> +.It Li "history_limit" Ta "FIXME" >> +.It Li "history_size" Ta "FIXME" > > Can you resend this without the FIXME part? Or were you hoping > someone else would fill that in for you because you're