-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
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:
- select text (text is then copied into clipboard)
- right or left click, this clears the selection
- right click again to paste
With the proposed mode, copyOnSelection = true and rightClickBehavior = paste:
- select text (text is then copied into clipboard)
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded