How to process text before copying using mouse click? #7699
Replies: 1 comment
-
Use the hints kitten, it can do arbitrary things to pices of text on the
screen. You will trigger it with keyboard but once triggerred you can
click on matches to select them.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
siddhpant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have ctrl+right enabled for copying to clipboard.
But for git hashes, I only want to copy the first 12 characters even if I selected the entire thing. Basically,
selection[:12]
. I want to map this stripping flow to ctrl+triplepress right.Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions