one fable-low hijack cell
pair sed / vimscript
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked sed (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's how `^` (start-of-line anchor) works in **sed** vs **Vimscript/Vim regex**, plus how to do sed-like operations in Vim:
## The `^` anchor
Both sed and Vim use `^` to match the **start of a lin
neighbors