this post was submitted on 02 Aug 2024
178 points (94.1% liked)

Linux Memes

615 readers
1 users here now

A community for posting memes relating to linux!

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP



founded 10 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] recursive_recursion@programming.dev 4 points 1 month ago (7 children)
[–] atocci@lemmy.world 2 points 1 month ago (6 children)

What's the difference between all of these? They're all just command line based text editors, right?

[–] vynaaa@lemmy.world 17 points 1 month ago (3 children)

Vi is a very old piece of software. Unless I'm mistaken, it doesn't even have syntax highlighting. Vim is "vi improved" and supports all kinds of stuff, including extensions. Neovim is vim that uses Lua as an extension language, instead of vimscript. That allows for easier creation of powerful extensions.

Nano is a simpler text editor that is not as "powerful" as the vim family. Emacs is a state of mind.

In general, all of these are good tools and get the job done.

[–] DeathbringerThoctar@lemmy.world 6 points 1 month ago

All I know is when I've been deep in the jungles of Linux config files, vi was there for me and it has my gratitude.

load more comments (2 replies)
load more comments (4 replies)
load more comments (4 replies)