Does prompt-toolkit have clipboard buffers? #1939
Unanswered
Spitfire1900
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Xonsh and they directed me here as it uses prompt-toolkit underneath.
I frequently with copy a string from an IDE or web browser to paste it into a Xonsh session in VI mode. I'll use normal mode's
c+w
ord+t+<char>
prior to pasting. This overwrites the clipboard buffer.is there a good approach to keep buffers separate so deleting/yanking in prompt-toolkit does not replace the system clipboard?
Beta Was this translation helpful? Give feedback.
All reactions