-
|
I'm not too good with regex, but is there a way to find and replace using the search("/")? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 21 replies
-
|
In Helix the usual way to find and replace is to first select with edit: originally said |
Beta Was this translation helpful? Give feedback.
-
|
The only problem is there's no feedback like in vim with |
Beta Was this translation helpful? Give feedback.
-
|
And what about find and replace in all project files? |
Beta Was this translation helpful? Give feedback.
-
|
I want to find and replace, but not with multi cursor. In my document I don't want replace all hits. Now I search and find, exit multi cursor and use the n key to jump and edit them individually. No replace |
Beta Was this translation helpful? Give feedback.
-
|
Multicursor way works fine but had a trouble when I have multiple same thing to replace on single lines. Simply I do : |
Beta Was this translation helpful? Give feedback.
In Helix the usual way to find and replace is to first select with
sthen replace withcedit: originally said
rinstead ofc(rreplaces with character, withcyou can type whatever you want)