Was watching a twitch streamer learning linux, and chat convinced them to open vim for the first time. Not a single person gave the real answer of how to exit, all joke answers like “Power off,” and it was hilarious.
It’s really not that bad. [ESC] :wq Escape to exit input mode and enter command mode, then the command indicator :w for write and q for quit. To quit without writing force it with :q!. Done.
One great thing about this joke is a that I doubt there’s anyone left who doesn’t know how to exit vim.
Was watching a twitch streamer learning linux, and chat convinced them to open vim for the first time. Not a single person gave the real answer of how to exit, all joke answers like “Power off,” and it was hilarious.
I have no idea, but I know it’s awful
It’s really not that bad.
[ESC] :wq
Escape to exit input mode and enter command mode, then the command indicator:
w
for write andq
for quit. To quit without writing force it with:q!
. Done.Well, depending on how long one is trying to exit Vim and hence the level of frustration, exiting Vim might involve the use of a sledgehammer…