this post was submitted on 05 Nov 2024
553 points (97.8% liked)

Programmer Humor

19804 readers
647 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

founded 2 years ago
MODERATORS
553
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 month ago (2 children)

If you dont know how to exit vim, then yes you are...

[–] [email protected] 11 points 1 month ago (2 children)

:what^C^C^C^Z^Z^C^ESCFFUUUUUUUUUU...

[–] [email protected] 11 points 1 month ago

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.

[–] Anticorp 4 points 1 month ago

Escape, :wq!

Escape enters command mode

: prompts the command

W = write

Q = quit

! forces it