Copying from tmux
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.