this post was submitted on 27 Feb 2025
490 points (96.4% liked)
linuxmemes
24607 readers
780 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Huh,
vi
for me has always been actual vi, not vim. Didn't know some systems symlink vi to vim.A long time ago, someone posted advocating symlinking
vi
toemacs
. Evil, but entertaining.vim has a limited "vi-mode" that it uses if you call it as vi. so it could still be vim.
Ohh that makes more sense. Yeah perhaps, although come to think of it I still need to install vim from the package manager even if vi works fresh out of the box so maybe not?
i think there's also a
vim-mini
that gets installed by default in some debian-based distros.I had to make an
alias vim=vim.tiny
in raspberry pi since standard vim is not installed by defaultVim is the preferred experience, so it's for end users. Unless you have a system with no real addons and classic *nix environment, you're almost always going to be using Vim. Alpine linux is a good example of a stripped down environment that still uses Vi.