logoalt Hacker News

sgarlandtoday at 2:42 AM0 repliesview on HN

> The editors that live in the terminal either have steep learning curves built around modal paradigms, or they are too limited to be genuinely useful.

> txt is not trying to replace your main IDE. It is the editor you reach for when you just need to edit something

These two are in conflict. If you just want to edit something, and don’t know [n]vi[m] or emacs, then use nano. If you want line numbers, code folding, syntax highlighting, etc. then it sounds like you should spend the time to learn a more powerful editor.

Honestly, vi isn’t that hard to learn the absolute basics, and you should spend the 15 minutes to do so, because it’s practically guaranteed to be available everywhere. :wq and i are about all you need to “just edit something.”