The best way I know to quit vi is by turning off your computer
Programmer Humor
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
Why would you quit vim?
you can also accomplish that by turning off city's electrical grid
I'm one of those people who think that Perl is a write-only language
-Linus torvalds
"I can read this Perl scrip"t should translate to "I'm lying".
I'm absolutely guilty of self-documenting code, but mostly because I'm sick of everyone else's lying comments.
IMHO it's a complex, temporary work around with a few issues.
Also vim > emacs
ESC + :q!
ESC to enter normal mode (if you're in a different mode like insert) : (colon) to enter commands q to quit ! (or a) to use the quit command withiut keeping any changes
He's speaking the language of the gods..
ESC + (shift) ZZ is faster and also saves your changes!
Hey, now. It is possible to write readable Perl code—it's just less interesting that way. 😜
"The reason I use Perl is because I wanna write scripts that no one can read and no one can understand so that I can keep my job"