one fable-low hijack cell
pair sed / vimscript
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked sed (first-offered)
· classifierA
· tiernone
response (200 chars)
# sed → Vimscript Cheat Sheet
## Basic substitution
| sed | Vimscript / Vim Ex command |
|---|---|
| `sed 's/foo/bar/'` | `:%s/foo/bar/` |
| `sed 's/foo/bar/g'` | `:%s/foo/bar/g` |
| `sed '5s/foo/ba
neighbors