this post was submitted on 02 Aug 2024
3 points (100.0% liked)

Linux Memes

708 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 1 year ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] recursive_recursion@programming.dev 0 points 8 months ago (1 children)
[–] atocci@lemmy.world 0 points 8 months ago (1 children)

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

[–] vynaaa@lemmy.world 1 points 8 months ago

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.