|
|
|
|
|
by abjKT26nO8
2190 days ago
|
|
I agree with you that emacs and vim aren't CLI editors. Emacs is a GUI editor and vim is a TUI editor. As to CLI editors... I use cat all the time to make notes. Because it's straightforward. Firing up vim or emacs would trigger a mental context-switch (caused by screen redraw), while cat is a good CLI citizen --- it's the best thing to make quick notes with 0 distractions. |
|