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

Feature: paste on right click regardless of selection #81447

Closed
adamburgess opened this issue Sep 25, 2019 · 2 comments · Fixed by #81448
Closed

Feature: paste on right click regardless of selection #81447

adamburgess opened this issue Sep 25, 2019 · 2 comments · Fixed by #81448
Assignees
Labels
feature-request Request for new features or functionality terminal General terminal issues that don't fall under another label verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@adamburgess
Copy link
Contributor

With #38287 being merged, I'd now like to be able to directly paste after selection.

The current behaviour with copyOnSelection = true and rightClickBehavior = copyPaste:

  1. select text (text is then copied into clipboard)
  2. right or left click, this clears the selection
  3. right click again to paste

With the proposed mode, copyOnSelection = true and rightClickBehavior = paste:

  1. select text (text is then copied into clipboard)
  2. right click, and text is pasted

Why do I want this? Simple: it removes an extra click when pasting.
This mirrors how PuTTY's pastes. The new Windows Terminal recently got support for this feature, too - microsoft/terminal#2152

@vscodebot
Copy link

vscodebot bot commented Sep 25, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@Tyriar Tyriar added feature-request Request for new features or functionality terminal General terminal issues that don't fall under another label labels Sep 30, 2019
@Tyriar Tyriar added this to the October 2019 milestone Sep 30, 2019
@Tyriar Tyriar added the verification-needed Verification of issue is requested label Oct 29, 2019
@Tyriar
Copy link
Member

Tyriar commented Oct 29, 2019

To verify test on Windows and make sure that rightClickBehavior paste acts correct (as opposed to the default copyPaste)

@roblourens roblourens added the verified Verification succeeded label Oct 29, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality terminal General terminal issues that don't fall under another label verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants