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
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,
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:
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
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
--
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
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
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
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
>
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
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
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
12 matches
Mail list logo