You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered:
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:
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 inconfig.ini
. So when I press the desired hotkey, I get prompt withyoutube
and then I have to enter what I want without Mutate automatically inserting the last thing in clipboard. How do I do that? Thanks.The text was updated successfully, but these errors were encountered: