this post was submitted on 05 Nov 2024
549 points (97.7% liked)

Programmer Humor

19557 readers
592 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 1 year ago
MODERATORS
549
submitted 1 week ago* (last edited 1 week ago) by moonleay to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] 1984@lemmy.today 9 points 1 week ago (2 children)

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

[–] Malix@sopuli.xyz 11 points 1 week ago (2 children)

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

[–] 1984@lemmy.today 11 points 1 week 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@lemmy.world 4 points 1 week ago

Escape, :wq!

Escape enters command mode

: prompts the command

W = write

Q = quit

! forces it