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

Linux Memes

877 readers
2 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 2 years ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] glitchy@programming.dev 1 points 1 week ago
[–] mhague@lemmy.world 0 points 11 months ago (1 children)

Which one is consistently good though

[–] thisisnotgoingwell@programming.dev 0 points 11 months ago (1 children)

vi is basically gonna be on every Linux based machine until the end of time. Nano usually needs to be installed, which in corpo environments, you may not have the ability to do that. I made my peace with vim for sysadmin stuff or simple changes like editing yaml files. Vi also has some pretty good features out of the box which are good to learn.

[–] CubitOom@infosec.pub 0 points 11 months ago (1 children)

I was about to resign myself to vi but then I learned that in Emacs you can use tramp to remotely edit files.

So now I can use my configured preferences for emacs on any online server which includes the vi keybindings via evil-mode.

[–] kata1yst@sh.itjust.works 1 points 11 months ago

vim scp://user@myserver[:port]//path/to/file.txt can also accomplish this in vim, FWIW.

[–] recursive_recursion@programming.dev 0 points 11 months ago (1 children)
[–] atocci@lemmy.world 0 points 11 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 11 months ago (1 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.

[–] psud@aussie.zone 1 points 11 months ago

All of them aside from nano become marvellous after enough usage to know how to use them efficiently

One of them has memes about knowing how to close it