-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy/paste #62
Comments
My next focus of work is going to be on key bindings and compatibility. See #66 where I will be tracking this work. Thanks! |
It looks like copy/paste/clear commands have been in the plugin from the start, just not mapped for non-Mac platforms. I added this to my keymap, and now this is a 💎 of a terminal plugin:
|
Maybe this can just be added to default keybindings?
|
didnt work for me... i get |
Why is it that the following does not work? |
This solution works for me now. Should really be the default for Linux and Windows. |
I support the idea of using More importantly, I would like to draw attention to the issue of a context menu copy-paste functionality, which I found myself expecting to be functional when I first attempted to paste to the terminal. Edit: Furthermore, I support the removal of the current positioning-relevant context menu in place of right-click to paste, select-right-click to copy functionality, as id the case with many Linux terminals, and Windows PowerShell and Command Prompt. If not out-of-the-box, at least configurable, Edit: It appears that using the bindings provided by @cemerick, I notice that after I have done some work on my terminal, something is causing the bindings to become ineffectual. One command I definitely used some time before each instance I noticed this is |
(I couldn't re-open #9 for some reason)
Currently it's possible to select text, but not to copy it on Linux/Windows. The Ctrl C keyboard shortcut doesn't work since it's captured by the terminal to stop the current job. The right-click menu doesn't offer a "Copy" item.
What needs to be done:
The text was updated successfully, but these errors were encountered: