Re: support OSC 52 code to enable clipboard over tmux

2014-07-28 Thread Suraj Kurapati
On Mon, Jul 28, 2014 at 12:41 PM, Nicholas Marriott wrote: > OSC 52 is the xterm method and we support it. Agreed! For me, this is a killer feature of tmux. It lets me yank text directly from tmux into my end-system's clipboard across nested(!) SSH sessions without having to maintain a pipeline

Re: support OSC 52 code to enable clipboard over tmux

2014-07-28 Thread Nicholas Marriott
OSC 52 is the xterm method and we support it. On Mon, Jul 28, 2014 at 07:43:03PM +0100, Thomas Adam wrote: > On 27 July 2014 23:26, Timothee Cour wrote: > > Please see > > https://code.google.com/p/iterm2/issues/detail?id=1468&q=shell%20ssh for > > context: > > > > see comments 14 and 16: > > Is

Re: support OSC 52 code to enable clipboard over tmux

2014-07-28 Thread Thomas Adam
On 27 July 2014 23:26, Timothee Cour wrote: > Please see > https://code.google.com/p/iterm2/issues/detail?id=1468&q=shell%20ssh for > context: > > see comments 14 and 16: > Is there any way to make this work inside tmux? The example shown above: > printf "\e]50;CopyToClipboard\a...followed by text

support OSC 52 code to enable clipboard over tmux

2014-07-28 Thread Timothee Cour
Please see https://code.google.com/p/iterm2/issues/detail?id=1468&q=shell%20ssh for context: see comments 14 and 16: Is there any way to make this work inside tmux? The example shown above: printf "\e]50;CopyToClipboard\a...followed by text followed by...\e]50;EndCopy\a" That works fine for me loc