Re: problem with pasting from linux clipboard

2012-12-06 Thread Alexandre Provencio
ffer" - Alexandre > > > On Tue, Nov 27, 2012 at 03:12:11PM -0200, Alexandre Provencio wrote: >> On Tue, Nov 27, 2012 at 2:03 PM, Nicholas Marriott >> wrote: >> > If you kill tmux entirely and start it with "EVENT_NOEPOLL=1 tmux new" >> > does

Re: problem with pasting from linux clipboard

2012-11-27 Thread Alexandre Provencio
> > On Mon, Nov 26, 2012 at 02:16:31PM -0200, Alexandre Provencio wrote: >> Bump? I'm sorry if this was already discussed but I really couldn't find >> anything specific. Please, any info would be of help. >> >> -Alexandre >> >> On Thu, Nov 22,

Re: problem with pasting from linux clipboard

2012-11-26 Thread Alexandre Provencio
PS: ":read xclip -o" from vim works ok for long lines, though I still miss doing this from a tmux binding On Mon, Nov 26, 2012 at 2:16 PM, Alexandre Provencio wrote: > Bump? I'm sorry if this was already discussed but I really couldn't find > anything specific. Please,

Re: problem with pasting from linux clipboard

2012-11-26 Thread Alexandre Provencio
Bump? I'm sorry if this was already discussed but I really couldn't find anything specific. Please, any info would be of help. -Alexandre On Thu, Nov 22, 2012 at 12:24 AM, Alexandre Provencio wrote: > Hello everyone, I have the following binding set: > > bind p run "tmux

problem with pasting from linux clipboard

2012-11-21 Thread Alexandre Provencio
Hello everyone, I have the following binding set: bind p run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer" It works fine for a few lines of text, but not for bigger chunks, where anything goes to the paste-buffer and tmux throws a 'returned 1' message. Can anyone please hel