this post was submitted on 19 Aug 2023
809 points (97.2% liked)
linuxmemes
21172 readers
1042 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Except it doesn't work because you're in edit mode.
Ahem, per the cartoon, the genie typed "vi", which leaves vi in command mode.
As an emacs user, I'm ctrl-x ctrl-c with this conversation.
After noticing that ctrl+c doesn't work he tried typing
exit
, which put him in edit mode.Unless you are on a Mac, then ctrl is META, and META+c gets you to the place where you can :q!
ESC is just too far to deal with when using vi.
Don't try to use the terminal on Mac. Its not linux
But it is UNIX, which Linux is not.
Horray? Linux is the defaco standard and protected under gpl
Go ask Red Hat for their sources.
EDIT: I’m a Linux Performance Engineer with 15 years under my belt and I use a Mac as my daily driver. Including when I gasp interface with Linux computers because it’s always a combination of ssh and configuration management of some form. Telling me that Mac users don’t use vim is, on its face, one of the dumbest things I’ve ever heard. It’s a text based interface. I could do it with Windows, but I’m faster on Macs.
I have sent emails with ":w" on at least one occasion.
Esc, then :q-t
Or just use nano and have a built in cheat sheet
Edit: I just realized nano is the gen z text editor for Linux....
I've used it before gen z was a thing, so no.
Why do people just don't ESC :x? Do I miss something when not using q!?
:x also writes (same as :wq). :q! is force quit. If you accidentally made changes then :q will give an error and :x will write those changes. So :q! Is you safest bet if you need to gtfo.
Now that you write it... I use :q! all the time but I did not realize. I guess that is just muscle memory :-)
ZQ / ZZ ftw.