On Tue, 24 Sep 2013 12:54:42 +1200
Jan Larres wrote:
> On 24/09/13 12:15, Sharon Kimble wrote:
> > Thanks Jan, thats .bashrc is now sorted out, so I do this -
> >
> > 1 - CTRL+a+[
> > 2 - move cursor to beginning of required text
> > 3 - press SPACE
> > 4 - move cursor to end of required text
> >
On 24/09/13 12:15, Sharon Kimble wrote:
> Thanks Jan, thats .bashrc is now sorted out, so I do this -
>
> 1 - CTRL+a+[
> 2 - move cursor to beginning of required text
> 3 - press SPACE
> 4 - move cursor to end of required text
> 5 - press ENTER
> 6 - CTRL+a+]
> 7 - command xclip -o > tmuxing.txt
>
On Tue, 24 Sep 2013 11:58:35 +1200
Jan Larres wrote:
> On 24/09/13 11:26, Sharon Kimble wrote:
> > On Tue, 24 Sep 2013 10:57:02 +1200
> > Jan Larres wrote:
> >> No. Tmux copies things to its own internal paste buffers without
> >> touching the system clipboard. To pipe the current buffer to xcli
On 24/09/13 11:26, Sharon Kimble wrote:
> On Tue, 24 Sep 2013 10:57:02 +1200
> Jan Larres wrote:
>> No. Tmux copies things to its own internal paste buffers without
>> touching the system clipboard. To pipe the current buffer to xclip do
>> this:
>>
>> $ tmux saveb - | xclip -i -selection clipbo
On Tue, 24 Sep 2013 10:57:02 +1200
Jan Larres wrote:
> On 24/09/13 09:21, Sharon Kimble wrote:
> > On Mon, 23 Sep 2013 20:54:43 +0100
> > Nicholas Marriott wrote:
> >
> >> Pipe it to xclip or xsel or something.
> >
> > How? I thought it just went to xclip automatically, which then
> > transferre
On 24/09/13 09:21, Sharon Kimble wrote:
> On Mon, 23 Sep 2013 20:54:43 +0100
> Nicholas Marriott wrote:
>
>> Pipe it to xclip or xsel or something.
>
> How? I thought it just went to xclip automatically, which then
> transferred it to the normal clipboard?
No. Tmux copies things to its own intern
gt; Date: 23/09/2013 20:07 (GMT+00:00)
> To: Nicholas Marriott
> Cc: tmux-users@lists.sourceforge.net
> Subject: Re: Copying from tmux to clipboard or text file needed
> urgently.
> On Mon, 23 Sep 2013 19:25:15 +0100
> Nicholas Marriott wrote:
>
> > Do "tmux
I have the urgent need to copy a tmux pane to either the normal
clipboard or a text file. I have used these instructions to copy the
text output in tmux -
Cut & Paste -
1) enter copy mode using Control+a [
2) navigate to beginning of text, you want to select and hit
Control+Space
3) move aroun
Pipe it to xclip or xsel or something.
Original message
From: Sharon Kimble
Date: 23/09/2013 20:07 (GMT+00:00)
To: Nicholas Marriott
Cc: tmux-users@lists.sourceforge.net
Subject: Re: Copying from tmux to clipboard or text file needed urgently.
On Mon, 23 Sep 2013 19
Do "tmux saveb -" to send it to stdout, or just paste it into emacs or
something with C-b ].
On Mon, Sep 23, 2013 at 07:00:38PM +0100, Sharon Kimble wrote:
> I have the urgent need to copy a tmux pane to either the normal
> clipboard or a text file. I have used these instructions to copy the
> te
On Mon, 23 Sep 2013 19:25:15 +0100
Nicholas Marriott wrote:
> Do "tmux saveb -" to send it to stdout, or just paste it into emacs or
> something with C-b ].
Thanks for this, I'm now got to the stage of highlighting it, then
press ENTER and 'tmux saveb -' and it pastes itself into the same pane!
On Mon, 23 Sep 2013 13:13:59 -0500
Mark Volkmann wrote:
> On Mon, Sep 23, 2013 at 1:00 PM, Sharon Kimble
> wrote:
>
> > I have the urgent need to copy a tmux pane to either the normal
> > clipboard or a text file. I have used these instructions to copy the
> > text output in tmux -
> >
> > Cut &
12 matches
Mail list logo