he/him
enjoyer of animated shows
There's a reason I've been putting so much effort into explaining how to do it properly and pushing back on "any alt text is better than none" on here for *checks notes* two years.
There's a reason I've been putting so much effort into explaining how to do it properly and pushing back on "any alt text is better than none" on here for *checks notes* two years.
If every match is only one line, you can do
`qaq` then `:g/re/y "A`
where re is your regex. But if the regex match spans more than one line, :g will only act on the first line. So you have to do:
`:g/re/norm gnV"Ay`
If every match is only one line, you can do
`qaq` then `:g/re/y "A`
where re is your regex. But if the regex match spans more than one line, :g will only act on the first line. So you have to do:
`:g/re/norm gnV"Ay`
`qqq` - Clear q
`qq` - Start recording
`/\%>80c
`@q` - Run macro
What's your favorite use for recursive macros?
`qqq` - Clear q
`qq` - Start recording
`/\%>80c
`@q` - Run macro
What's your favorite use for recursive macros?