this post was submitted on 09 Sep 2021
9 points (76.5% liked)
Open Source
32782 readers
604 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Learn vim. Its the most versatile, fastest, and pluggable text editor.
Or emacs with a décent thème.
Imo https://github.com/hlissner/doom-emacs is well polished.
Vim is absolutely the right answer. No visual interface at all and easy to customize aesthetically by putting a few lines into .vimrc.
Learning curve: There is one, but it really isn't that bad. Read a guide first because minimalist is not the same as instinctive. If you learn a bit about modes and specific commands before you get started, Vim is way easier to use than the hype would lead you to believe.
Of course, OP wants something without a lot of features. Vim has tons of features, although none of Vim's advanced features are noticeable unless you read through :help or learn some extra commands. If you just learn basic navigation, mode-shifting, and HOW TO SAVE/EXIT, then you probably won't find a more minimalist text editing experience. Except for ed.
https://vim-adventures.com/
I wish this were libre so I could play it till the end and learn Vim.
I just used vimtutor to learn, but this seems more fun