-
|
What is the Helix way to do Vim's: I experimented with [Writing down the above, I just realize how similar the keystrokes are!] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
This is probably not possible with multiple cursors. For such cases I do a simple search ( This is probably no more work than using Vim’s I am also curious if there are better methods ;-) |
Beta Was this translation helpful? Give feedback.
This is probably not possible with multiple cursors.
For such cases I do a simple search (
/), replace the first match (c), go to the next match (n) and press.to repeat the replacement.This is probably no more work than using Vim’s
cflag because you have to confirm each replacement in both cases.I am also curious if there are better methods ;-)