If you use Vim you'll never use any other software
linuxmemes
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
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
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. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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.
That silly program can't trick me! I used Vim last year and I'm totally able to use other programs!
...I just have to use Vim also at all times!
The problem with using Vim is that you have to learn Vim, but early in my career I was in single-ecosystem shops that all used IDE's for whatever tech (Microsoft= Visual Studio, Java = Eclipse / NetBeans, PHP = Sublime Text, arguably not an IDE)
By the time I got to the point in my career where I got to choose the tooling, VSCode was already a thing and it has an extension for anything you can think of.
So I never had to learn Vim, and now it's in the too-hard basket, and VSCode is ubiquitous and works surprisingly well
You might change your mind when you hit rock bottom and have to claw your way back with a 2011 shitbox laptop that attempts to kill itself if you dare to open a second firefox tab or, case in point, VSCode or anything that has been built with Electron.
I learnt vim and neovim out of necessity - because it takes only 30 MB on RAM
I would respond.. but I canβt figure out how to exit Vim
<badumtss.gif>
and finally you replace vim with nano
Cast out the unbeliever! Drive them from our light! Let them not pass amongst the true believers lest they lead others astray!
real G's use ed
It's standard for a reason.
You know what else is standard? strcmp
in C with user input.
If you know you know.
Even though I regularly use vim for editing files, so many shortcuts and commands are still unknown. How would one approach this issue without reading the man page? Asking for a friendβ¦
vimtutor
is the starting point for learning vim, but it's fairly surface-level. To actually learn vim, you should read through the user manual by typing :help usr_01
and hitting enter in vim. It's also accessible online here: https://vimhelp.org/usr_01.txt.html#usr_01.txt.
It's a fairly quick read, about 40ish pages that are reasonably short and is intended to be read straight through like a book. It provides a good overview of all of vim's features.
Note: this is distinct from the reference manual, which is much, much larger and isn't intended to be read straight through.
Vim -> Emacs
Please! no more editor wars, just use ed
! And if you need the fancy modern features, you can always use notepad.
Vim -> Emacs
Text editors should be simple and approachable above all. Nano is undeniably the best by this definition.
I've been daily driving nano for years, I wish it was less of an afterthought when people debate text editors.
Honestly it's kinda true except for Photos and Maps. Everything that is not fundamentally visual by nature can pretty efficiently be done with Vim. It truly excels at manipulating and navigating through text.