Mutate icon indicating copy to clipboard operation
Mutate copied to clipboard

Copying from tmux

Open jbargu opened this issue 8 years ago • 0 comments

When running google search plugin it automatically inserts text from clipboard (if it was copied with CTRL+V). However if I copy stuff from tmux, it still uses the old value. I'm not sure which clipboard Mutate actually uses. Additionally if I delete something in vim it will be used properly in Mutate, however if I use yank command (y), it won't get copied. Note that the other programs work fine and the text is copied to system clipboard regardless of what I do.

I'm using this command for tmux:

bind-key -t vi-copy y copy-pipe "tmux save-buffer - | xclip -sel clipboard -i"

I also tried primary clipboard but it doesn't work.

For the first workaround I'd be fine with just running command and then using Ctrl+V to copy the last thing, but I'm not sure how to specify it in config.ini. So when I press the desired hotkey, I get prompt with youtube and then I have to enter what I want without Mutate automatically inserting the last thing in clipboard. How do I do that? Thanks.

jbargu avatar Mar 24 '17 10:03 jbargu