Hacker News new | ask | show | jobs
by hejira 264 days ago
Is there really an advantage to using Ed instead of vim in any situation whatsoever? (Assuming you're totally comfortable with vim)
2 comments

Very low bandwidth situations, or when you want to apply the same steps to other files afterwards.

But if you're totally comfortable with vim you'd better use ex, which basically is both an extension to ed, and the non-interactive part of vim.

Not to be that person, but… ex is not ed-compatible, and it made really bad choices too.
when you're using a teletype terminal