πŸ’­ Support regex substitution command Β· Issue #2232 Β· helix-edito... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://github.com/helix-editor/helix/issues/2232#issuecomment-1228632218 Date: October 8, 2024 Image: Support regex substitution command Β· Issue #2232 Β· helix-editor/helix β€” Support regex substitution, comparable to vim :s or VSCode search & replace. I propose supporting regex replacements for selection s, files/, and the workspace scopes + /. This could be acc... Support regex substitution command Β· Issue #2232 Β· helix-editor/helix Support regex substitution, comparable to vim :s or VSCode search & replace. I propose supporting regex replacements for selection s, files/, and the workspace scopes + /. This could be acc... GitHub Β· github.com Here is a really good vim substitute with regex capture groups, saving this one for a rainy day. [code] * Reading 1: This is a title to a link * Reading 2: This is another title :%s/\v(: )(.+)$/\1\[\2\]\( [code] * Reading 1: [This is a title to a link]( * Reading 2: [This is another title]( NOTE β”‚ This post is a thought </thoughts/>. It’s a short note that I make about someone else’s content online #thoughts </tags/thoughts/>