Add visual feedback flash on copy #9751
Unanswered
yilmazer
asked this question in
Feature Requests, Ideas
Replies: 1 comment 1 reply
-
|
I generally like this idea. Should this trigger only for manual clipboard actions or any clipboard actions (e.g. if a terminal program sends contents to your clipboard)? I think making the config a packed struct so we can have alternate notifications in the future make sense too. e.g. Open to ideas. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Feature Request
Description
Add a brief visual highlight/flash effect when text is copied, similar to tmux's copy-mode behavior.
Current Behavior
When using
copy-on-select = clipboard, selected text remains highlighted until clicked.Desired Behavior
After copying text (either via
copy-on-selector manual copy keybinding):Proposed Configuration
Enable copy flash feedback
Use Case
This provides immediate visual feedback that text was successfully copied to clipboard, similar to tmux's copy-mode. It's a subtle UX improvement that confirms the copy action without requiring the selection to remain highlighted.
References
Beta Was this translation helpful? Give feedback.
All reactions