cknadler / vim-anywhere

Use Vim everywhere you've always wanted to
MIT License
3.67k stars 146 forks source link

The content I input in vim-anywhere didn't copy to input text at Linux Mint #79

Closed grants closed 6 years ago

grants commented 6 years ago

The content I input in vim-anywhere didn't copy to input text at Linux Mint.

JSybrandt commented 6 years ago

Ditto, Ubuntu 17.10

cknadler commented 6 years ago

Hey,

Sorry you're having issues on Linux. Can you share a few more details on the behavior you're seeing? Are you closing vim-anywhere with :wq? The text should end up in your clipboard. What happens when you type ctrl+v?

JSybrandt commented 6 years ago

I just checked on ubuntu 17.10 and it copied but didn't paste. So I can type "crtl+v" to paste it manually.

cknadler commented 6 years ago

Yep, this is by design. There are pull requests open to automatically paste, but none have been merged yet.

Once invoked, vim-anywhere will open a buffer. Close it and its contents are copied to your clipboard and your previous application is refocused.

Resolving as by design. Feel free to reopen if there is anything else I can help with.