Skip to content
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

Not able to use copy/paste on OS X #85

Open
GreggJensen opened this issue Jan 19, 2017 · 7 comments
Open

Not able to use copy/paste on OS X #85

GreggJensen opened this issue Jan 19, 2017 · 7 comments

Comments

@GreggJensen
Copy link

Using the package term3 and trying to paste something from outside atom (say copied from a browser) does not paste. In fact, while running bash with key editing set to vi (i.e., set -o vi) and do a paste it will open a command line vi temporary editing session with nothing in it. In general, it doesn't look like it gets anything from the clipboard. Now, if I highlight something in the terminal session and hit ctrl-c it will paste it with ctrl-v, but that doesn't work with something from the clipboard. Running OS X, cmd-v does work just fine in the editor window so I was trying to see if I could change the action of the key bind to use the action that gets called, core:paste I believe. But that didn't work either. Does ctrl-v or hopefully cmd-v supposed to paste text that has been copied outside of atom?

@alph486
Copy link

alph486 commented May 31, 2017

I can confirm this as well. Atom v1.17.2 x64 term3 v0.22.1. Reproduced while trying to copy paste a command from Chrome to term3 pane using Cmd+v on OSX.

@alph486
Copy link

alph486 commented May 31, 2017

Update: after a second look, I think the bug is visual. It looks like if I paste and hit enter it runs. It is actually putting the buffer into the terminal, but its not showing it correctly. @GreggJensen can you confirm this works?

@GreggJensen
Copy link
Author

Sorry, I am not using Atom any more and don't have that configuration available for me to try it out.

@alph486
Copy link

alph486 commented May 31, 2017

@GreggJensen Okay i see. Can you reopen though? Still an issue for me. Thanks!

@GreggJensen GreggJensen reopened this May 31, 2017
@trusktr
Copy link

trusktr commented Nov 5, 2018

I am also unable to copy/paste in macOS (haven't tried any other OS though).

When I select text in the terminal, then press cmd-c to copy the selection, it seems to behave the same as if I pressed ctrl-t which triggers my fzf fuzzy file completion (configured to run on ctrl-t).

@trusktr
Copy link

trusktr commented Nov 5, 2018

As a workaround, I run NeoVim inside the terminal, then all regular Vim normal mode shortcuts work in TERMINAL mode (f.e. yy to yank the line, p to paste it, etc).

@trusktr
Copy link

trusktr commented Nov 6, 2018

Possibly related: After opening multiple term3 tabs, after a while, I am unable to focus keyboard in the terminal properly. I have to click multiple times until finally it might work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants