Re: load a string to paste buffer

2012-05-01 Thread Nicholas Marriott
echo string|tmux loadb -, tmux pasteb Or just use tmux send-keys On Wed, May 02, 2012 at 11:25:52AM +0530, Sinbad wrote: > how do i copy a string to tmux paste buffer from bash script. > i'm looking for something like this, > > tmux readbuf < "string" > > tmux writebuf #which will dump the r

Re: tmux window title on top

2012-05-01 Thread Nicholas Marriott
You will have to run tmux from the SVN repo. On Wed, May 02, 2012 at 10:08:23AM +0530, Sinbad wrote: > On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott > wrote: > > set -g status-position top > > > > > > On Tue, May 01, 2012 at 10:26:48AM +0530, Sinbad wrote: > >> I just started exploring tmux,

Re: load a string to paste buffer

2012-05-01 Thread Erik Johnson
I don't have a box handy to look this up, but it's well-explained in the manpage. Just search for "-buffer". I think it's save-buffer and load-buffer. Sent from my android device. -Original Message- From: Sinbad To: tmux-users@lists.sourceforge.net Sent: Wed, 02 May 2012 0:55 Subject:

Re: tmux window title on top

2012-05-01 Thread Stroller
On 2 May 2012, at 05:38, Sinbad wrote: > On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott > wrote: >> set -g status-position top > > it says unknown option status-position, i am running tmux 1.6 3rd Google hit for "tmux status-position": "This will be included in tmux 1.7" http://stackov

load a string to paste buffer

2012-05-01 Thread Sinbad
how do i copy a string to tmux paste buffer from bash script. i'm looking for something like this, tmux readbuf < "string" tmux writebuf #which will dump the read-contents on to the active window. how do i do that. cheers --

Re: tmux window title on top

2012-05-01 Thread Sinbad
On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott wrote: > set -g status-position top > > > On Tue, May 01, 2012 at 10:26:48AM +0530, Sinbad wrote: >> I just started exploring tmux, i was a long time screen user. >> though screen was sufficient for all my practical purposes, >> wanted to give tmu

Re: list-windows

2012-05-01 Thread Nicholas Marriott
list-windows only lists, you want choose-window which is C-b w and works exactly as you describe. On Tue, May 01, 2012 at 12:37:55PM -0700, Alex Yelluas wrote: >Thanks for the quick reply, C-b w does not work. Let me explain >more*precisely*what I'm trying to*achieve*-* >Let's say yo

Re: list-windows

2012-05-01 Thread Alex Yelluas
Awesome! That's exactly it! Thank you! On Tue, May 1, 2012 at 12:51 PM, Cyprien Debu wrote: > On 12-05-01 12:37, Alex Yelluas wrote: > > Thanks for the quick reply, C-b w does not work. Let me explain > > more precisely what I'm trying to achieve - > > > > Let's say you have a tmux session with

Re: list-windows

2012-05-01 Thread Cyprien Debu
On 12-05-01 12:37, Alex Yelluas wrote: > Thanks for the quick reply, C-b w does not work. Let me explain > more precisely what I'm trying to achieve - > > Let's say you have a tmux session with 20 windows. It's difficult to > remember which window holds what. So you hit C-b:, enter list-windows >

Re: list-windows

2012-05-01 Thread Alex Yelluas
Thanks for the quick reply, C-b w does not work. Let me explain more precisely what I'm trying to achieve - Let's say you have a tmux session with 20 windows. It's difficult to remember which window holds what. So you hit C-b:, enter list-windows command, and you get a window with a list of all of

Re: list-windows

2012-05-01 Thread Nicholas Marriott
Try C-b w On Tue, May 01, 2012 at 12:15:55PM -0700, Alex Yelluas wrote: >Hi tmux-users, >I'm having some difficulties with list-windows command - it lists all >windows, but it does not allow me to jump to the one I select. >screen has a similar feature (Ctrl-A+') which allows jump

list-windows

2012-05-01 Thread Alex Yelluas
Hi tmux-users, I'm having some difficulties with list-windows command - it lists all windows, but it does not allow me to jump to the one I select. screen has a similar feature (Ctrl-A+') which allows jumping, which led me to believe tmux would have one as well. Thanks, Alex