|
I'm not too good with regex, but is there a way to find and replace using the search("/")? |
Replies: 6 comments 22 replies
|
In Helix the usual way to find and replace is to first select with edit: originally said |
|
The only problem is there's no feedback like in vim with |
|
And what about find and replace in all project files? |
|
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 |
|
Multicursor way works fine but had a trouble when I have multiple same thing to replace on single lines. Simply I do : |
|
I can't understand why Helix doesn't support a substitute command. Having to pipe text to another process just to perform such a simple replacement feels unnecessary. Pipe to "sd" have a nice work. |
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)