Bought a new computer, threw the old one out.
We’re dangerously close to revealing the real reason I keep trying new operating systems…
That’s an easy fix. I had to burn my house down
This is the way.
The Apple approved way of exiting vim
I was introduced to Linux with Vim so it’s actually Nano that confuses me…
The good thing about nano is that it has clear instructions for how to close it right there immediately in front of you
Not if aren’t familiar with control characters. Might was well be three seashells…
Same, every new system that defaults to nano and throws me in here when I’m expecting vim I have to stop and remember what the characters mean right before changing it to use vim (like, seriously, I typed “visudo”, not “nanosudo”, why the hell would I expect it to open in anything other than vi or vim?)
Look at Mr. Bigshot here reading instructions!
I’ve always been using nano, but since I refused to ever read the docs, I’m still confused
I can’t deal with nano hotkeys
Same
I was using a distro for a sbc recently and nano was the default visudo editor. Infuriating
CTRL+face on keyboard. I guess Z got me out, but who knows.
Literally facerolled vim, nice
From the torrent, the deluge, the unending tidal wave of this exact meme in various formats. The “exit vim difficult” meme must constitute at least 50% of online content regarding *nix and *nix-adjacent systems. It is so stale that Slackware considers it outdated. It is the “mayonnaise is spicy” equivalent of funny. It is the white bread, picket fence stereotype of meme culture, yes offense. I’d like to say that it’s beating a dead horse, but the horse is gone; its flesh has been tenderized, pulverized, and evaporated from the sum total of energy imparted by the constant beating. If the heat death of the universe were to happen tomorrow, and from the uniform vacuum energy a Boltzmann brain were to spontaneously form, it will have been already tired of this meme.
But to answer the question, it was either that, or the big
type :q<Enter> to exit
splash that appears when I open it with an empty buffer, and following its instructions.
No offense to you or your house, but I’m really tired of this meme.
splash that appears when I open it with an empty buffer, and following its instructions.
That’s the key to the problem, I have almost never open vim with an empty buffer, almost only used it to open files directly. Since there is no nice splash screen telling you how to exit when you use
vi <your_file>
, this meme happens.No offense, but I was dumb enough to wonder why they put a space before “:” and thought something must be broken. Obviously, pressing q and Enter (or typing <Enter>) also didn’t work and proved to me that this editor must have crashed in a strange way.
So every time I see vim, it reminds me about my stupidity. The meme eases the pain.
Even if the meme is old, Linux has grown quite a lot in recent years, so there are people who are not tired of the meme yet, and if you stay in some community for a long time, you will notice that many things will be constantly discussed over and over again
I get tired of it sometimes but every once in a while I’ll come across a clever twist on it that makes me laugh
“killall vim” in another terminal tab
who needs another tab
:!killall -9 vim
:!killall -9 vim
Cuz it’s kill dash nine. No more CPU time.
hold button to restart computer
I guess it was in the 80s, open a new xterm, ps -edaf | grep vi, kill the process, then man vi to read how to exit properly.
This is how I learnt unix, do a ls in /bin /usr/bin /etc, man every command
If it was the 80s, didn’t you have to feed punch cards through the mainframe first? /s
Already had huge X Terminal on HP mainframe, using X11R3 and mwm etc. xeyes, xload, xbiff, xterm, it was the time!
deleted by creator
Similar. I’d guess it was something like ctrl-z; ps -e vi; kill -9 procnum on a vt100 terminal.
Can’t relate I use nano
You say it like ^X was somehow intuitive
Long before I used vim, some dude shared a bunch of vim memes with “:q!” in them.
It was actually vi on some ye olde unix machine, but I remembered the meme and got out, searched up how to use vim, and then jumped back in to edit the file lol.
Reinstalled Linux
Probably closed the terminal emulator it was running in and opened a new one before trying to find documentation at my leisure. One of the luxuries of learning Unix commands in a graphical environment.
For a more drastic noob story, I once rebooted a computer because I couldn’t get out of GWBASIC. I was familiar with QBASIC at the time and that was a lot easier to get out of if you didn’t know what you were doing.
pull the computer cord out of the wall
I guess just because how the question was laid out, I’m disqualified as I was taught how to use it the first time I used it. :P
with my first linux -system, I had an experienced friend to hold my hand while installing, configuring and usage - including vim. So, the first thing he taught me was how to exit it. This was sometime in … 2003-ish?
why’d ya make it weird, OP