zyedidia / sregx

A tool and library for using structural regular expressions.
MIT License
59 stars 4 forks source link

Add `i` and `a` commands to simplify some task #3

Open xihh87 opened 2 years ago

xihh87 commented 2 years ago

I would like to sam syntax that allows to insert at the beginning or the end of a sentence.

I tried to use s/$/\n/ to insert at the end of each selection but did not work.