Re: load a string to paste buffer

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 3:02 PM, Sinbad wrote: > On Wed, May 2, 2012 at 2:23 PM, Nicholas Marriott > wrote: >> You have an alias or something for tmux. >> >> >> On Wed, May 02, 2012 at 01:00:51PM +0530, Sinbad wrote: >>> On Wed, May 2, 2012 at 11:50 AM, Nicholas Marriott >>> wrote: >>> > echo str

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: 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: