On 2026-08-11 18:11:28 +0000, Kenneth Hendrickson wrote: > All of the colon commands (start with a ':') in vi are ed commands.
Not really, the "vi" command for example is not an ed command. ':' in vi gets you to ex mode, which has various incompatiblities with ed.

