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
I'm trying to get the output of :Translate into the clipboard, like this:
:redir @* | Translate | redir END
The content of the clipboard is not what I expect:
| redir end ==> | <translated_word>
7 more lines
7 more lines
Could anyone suggest a better method?
Also, it would be useful to a have a command TranslateC that automatically adds the full translated text to a register (or system clipboard). Perhaps the Python module xclip could easily do this?
The text was updated successfully, but these errors were encountered:
I'm trying to get the output of
:Translate
into the clipboard, like this:The content of the clipboard is not what I expect:
Could anyone suggest a better method?
Also, it would be useful to a have a command
TranslateC
that automatically adds the full translated text to a register (or system clipboard). Perhaps the Python module xclip could easily do this?The text was updated successfully, but these errors were encountered: