good tip
Sent from my iPhone
On Dec 6, 2012, at 8:24 AM, Alexandre Provencio
wrote:
>
> unbind p
> bind p run "xclip -o -sel clipboard | tmux load-buffer - ; tmux paste-buffer"
--
LogMeIn Rescue: Anywhere, Anytime Re
On Thu, Dec 6, 2012 at 11:10 AM, Nicholas Marriott
wrote:
> Does it help if you do "xclip -o -sel clipboard|tmux loadb -" instead of setb?
Worked like a charm, thank you! This is my final mapping:
unbind p
bind p run "xclip -o -sel clipboard | tmux load-buffer - ; tmux paste-buffer"
- Alexandre
Does it help if you do "xclip -o -sel clipboard|tmux loadb -" instead of setb?
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
> > i
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
> it work?
Thanks for trying Nicholas, but unfortunately it did no fix.
If using tmux locally, this issue is not so serious for me because I
have vim's clipboar
If you kill tmux entirely and start it with "EVENT_NOEPOLL=1 tmux new" does it
work?
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.
>
> -Alexa
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, any info would be of help.
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 set-buffer \"$(xclip -o