screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Synchronizing buffers


From: trebol
Subject: Re: Synchronizing buffers
Date: Mon, 6 Aug 2012 09:26:12 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Cédric.

I'm new to the list, and it's a month late, but maybe
this can be usefull for someone (I use xclip as you
like):

Paste from primary selection directly in screen without
screen's bufferfile:

  exec .!. xclip -o

The same but using bufferfile:

  eval 'exec !!!  sh -c "xclip -o < ~/.screen/buff"' readbuf

Copy screen's paste bufer to bufferfile and send it
to X primary selection:

  eval writebuf 'exec !!! sh -c "xclip -i < ~/.screen/buff"'

Read the screen manual, the exec command part and specially the
fdpat description. 

Good luck, and forgive my english! 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]