this post was submitted on 05 Nov 2024
466 points (98.1% liked)
Programmer Humor
19471 readers
1447 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
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
well, I am using vim, but I don't know how to use vim.
Am I vimming?
Yes, you vom.
They vom it.
If you dont know how to exit vim, then yes you are...
Escape,
:wq!
Escape enters command mode
: prompts the command
W = write
Q = quit
! forces it
: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.