this post was submitted on 02 Aug 2024
182 points (94.2% liked)

Linux Memes

848 readers
210 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] mhague@lemmy.world 3 points 11 months ago (2 children)

Which one is consistently good though

[–] thisisnotgoingwell@programming.dev 5 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 2 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 9 points 10 months ago

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

[–] mkwt@lemmy.world 5 points 10 months ago

Vim is the main modern project under active development. vi is the original software from old UNIX. On most Linux nowadays, vi opens vim in vi emulation mode.