Elegant way to replace several words with a word #16625
Replies: 1 comment
-
After some research, I found a method, using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Suppose I want to replace the words two and three with the word one. Here's the process:
I understand that I can cycle through the kill ring to select the word one and paste it, but that seems cumbersome, imagine when I need to replace 100 different words with one. Cycling through the kill ring that many times would be inefficient.
So, the question is, is there an elegant way to accomplish this task in Spacemacs without having to repeatedly cycle through the kill ring?
Beta Was this translation helpful? Give feedback.
All reactions