561
Are you vimming yet?
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
If you dont know how to exit vim, then yes you are...
:what^C^C^C^Z^Z^C^ESCFFUUUUUUUUUU...
I remember that experience first time and how I had to kill the process from another shell :)
This was before the internet so couldn't exactly google it either.
Fun times. But I figured it out by reading the man page.
Escape,
:wq!
Escape enters command mode
: prompts the command
W = write
Q = quit
! forces it