Global search (space + /) with the yanked value? #8268
-
Let's say I yank "abc"
To find it as an only return value, I will have to global search "): abc {" or ": abc" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I believe you can use registers in global search (also in buffer search). So just ctrl-r + ", for instance, to add the default register content when searching. |
Beta Was this translation helpful? Give feedback.
I believe you can use registers in global search (also in buffer search). So just ctrl-r + ", for instance, to add the default register content when searching.