Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

Here's my thought on 馃挱 Support regex substitution command 路 Issue #2232 路 helix-editor/helix


Here is a really good vim substitute with regex capture groups, saving this one for a rainy day.


* Reading 1: This is a title to a link
* Reading 2: This is another title

:%s/\v(: )(.+)$/\1\[\2\]\(


* Reading 1: [This is a title to a link](
* Reading 2: [This is another title](

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts