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
[–] MunkyNutts@lemmy.world 12 points 4 days ago (4 children)

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:

  1. sudo apt install nano

  2. nano [filename]

  3. 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.

[–] somegeek@programming.dev 2 points 3 days ago

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

[–] littleomid@feddit.org 5 points 3 days ago (1 children)

VIM is waaaaaaaaay more powerful and faster than nano. I personally use VIM motions in emacs. That’s how efficient I find them.

[–] tux0r@snac.rosaelefanten.org 2 points 3 days ago

Maybe sam could be worth a look? It's basically GUI multiplayer ed on steroids.

[–] lukalix98@programming.dev 3 points 3 days ago

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.