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