Re: ED
Jeremy Mates <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
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.