Re: binding from inside a bash function

2012-05-07 Thread Sinbad
On Mon, May 7, 2012 at 7:21 PM, Ivan Nečas wrote: > On 05/07/2012 03:32 PM, Sinbad wrote: > > On Mon, May 7, 2012 at 5:24 PM, Sinbad wrote: > > i'm trying to configure a bind key through a bash shell. But it is not > working. > here is my binding in a bash function. > > tmux bind-key b send

Re: [PATCH v2 1/4] Add cmd-renumber-windows definition

2012-05-07 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Tue, Apr 24, 2012 at 22:07:40 GMT, Thomas Adam wrote: > diff --git a/trunk/cmd-move-window.c b/trunk/cmd-move-window.c > index 5c4dbbe..acb5044 100644 > --- a/trunk/cmd-move-window.c > +++ b/trunk/cmd-move-window.c > @@ -42,11 +42,22 @@ int > cmd

Re: Clickable URLs and other patterns

2012-05-07 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, May 06, 2012 at 19:39:48 GMT, Ivan Necas wrote: > Hello Tmux fellows, > > One thing that was troubling me a log for a long time was when some command > produced a stack trace with file paths and lines and I had no other option > then to copy

Re: bad color errors

2012-05-07 Thread Nicholas Marriott
Probably 1.2 is too old. On Fri, May 04, 2012 at 02:56:26PM -0700, Jack O'Connor wrote: >I'm trying to configure tmux to use the 16-color solarized scheme >([1]http://ethanschoonover.com/solarized), so I'm setting a bunch of lines >like this in my tmux.conf >([2]https://github.com

Re: attaching to a tmux session

2012-05-07 Thread Alain Leufroy
Maybe you shall specify the socket with the right permission. I'm doing something like that : user1 $ tmux -S ~/my_socket user1 $ chmod 777 ~/my_socket user2 $ tmux -S ~/my_socket ls user2 $ tmux -S ~/mysocket attach -t 0 I hope this will help you. On Mon, 7 May 2012, Todd Ames wrote: > Good

Re: binding from inside a bash function

2012-05-07 Thread Ivan Nečas
On 05/07/2012 03:32 PM, Sinbad wrote: On Mon, May 7, 2012 at 5:24 PM, Sinbad > wrote: i'm trying to configure a bind key through a bash shell. But it is not working. here is my binding in a bash function. tmux bind-key b send-keys "run_command"

attaching to a tmux session

2012-05-07 Thread Todd Ames
Good day! A friend of mine are trying to use tmux to see the same terminal window. He has a Ubuntu machine with tmux installed, and we are on the same VPN using Hamachi. I can SSH into his machine and run all the CLI commands I want. He has put me me in the admin group along with my own group.

bad color errors

2012-05-07 Thread Jack O'Connor
I'm trying to configure tmux to use the 16-color solarized scheme ( http://ethanschoonover.com/solarized), so I'm setting a bunch of lines like this in my tmux.conf ( https://github.com/oconnor663/dotfiles/blob/master/tmux.conf): set-window-option -g window-status-fg brightblue #base0 That works

Re: binding from inside a bash function

2012-05-07 Thread Sinbad
On Mon, May 7, 2012 at 5:24 PM, Sinbad wrote: > i'm trying to configure a bind key through a bash shell. But it is not > working. > here is my binding in a bash function. > >tmux bind-key b send-keys "run_command" > > how do i do that. > > cheers > > > when i say bash shell, i mean, from insi

binding from inside a bash function

2012-05-07 Thread Sinbad
i'm trying to configure a bind key through a bash shell. But it is not working. here is my binding in a bash function. tmux bind-key b send-keys "run_command" how do i do that. cheers -- Live Security Virtual Conferen

Re: new line problem in displayed output

2012-05-07 Thread Nicholas Marriott
There is nothing before "W" to make it a newline? Maybe your mail client strips it out. Although I guess your problem is to do with termios, try comparing the output of stty -a between working and nonworking shells. On Mon, May 07, 2012 at 09:37:40AM +0530, Sinbad wrote: > On Mon, May 7, 2012 at