this post was submitted on 24 Feb 2026
33 points (94.6% liked)
Linux
12555 readers
458 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm new to the Linux programming scene, I'm a chemist but have been learning as a hobby and did a little BASIC and Pascal as a child, and from my experience and research the best three steps are:
sudo apt install nano
nano [filename]
ctrl+x
I'm being somewhat facetious, but haven't enough knowledge to know if it's better/powerful than nano, still a real green noob.
Nano is for chemists maybe. Editing couple of lines and saving.
But vim is one of the most powerful text editors ever created. It's so powerful and good that it gets ridiculous. Also, from an ergonomic standpoint, your body will thank you for using vim/neovim
Try micro
VIM is waaaaaaaaay more powerful and faster than nano. I personally use VIM motions in emacs. That’s how efficient I find them.
Maybe
samcould be worth a look? It's basically GUI multiplayeredon steroids.I get it, I was the nano guy before trying vim, now I can't go without vim, and beleive me I've yet to unlock full vim potential.