What we really mean
What we really mean
IMHO, it's a horrible hack that is just broken. It's obscure and we need to rewrite it because it has a bad structure. XCquit[ESC][ESC]C
The best way I know to quit vi is by turning off your computer
10 0 ReplyWhy would you quit vim?
3 0 ReplyTo open nano of course
4 0 ReplyBecause you meant to open ed: the standard text editor.
1 0 Reply
you can also accomplish that by turning off city's electrical grid
2 0 ReplyTakes too long for the UPS to run down...
2 0 Reply
I'm absolutely guilty of self-documenting code, but mostly because I'm sick of everyone else's lying comments.
6 0 ReplyI'm one of those people who think that Perl is a write-only language
-Linus torvalds5 0 Reply"I can read this Perl scrip"t should translate to "I'm lying".
5 0 ReplyThe first phrase spoken when opening a new project, be it yours or someone elses... "What the fuck..."
4 0 ReplyWhat fucking idiot wrote this? Looking at your own code from 6 months ago
4 0 Reply
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
3 0 ReplyESC + (shift) ZZ is faster and also saves your changes!
4 0 Replygood to know :3
1 0 Reply
He's speaking the language of the gods..
2 0 Reply
"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"
3 0 ReplyI can't read this perl script may also apply to something you wrote last week.
2 0 ReplyHey, now. It is possible to write readable Perl code—it's just less interesting that way. 😜
1 0 ReplyOf course, the correct way to quit Vi is
^Zpkill vi
.1 0 ReplyIMHO it's a complex, temporary work around with a few issues.
Also vim > emacs
1 0 Replyi use nano and i will die on this hill
2 0 ReplyNano is the only one I know how to use lol (assuming we're talking about in-terminal text editors)
And i have used it exclusively for editing Minecraft and KSP server config files
Im definitely a programmer :P
2 0 Reply
The Perl one has got me:)
1 0 ReplyI've been seeing a lot of Perl jokes lately and as far as legacy code I haven't had to edit anything written in that in 25 or so years. For those that haven't used it, getting form variables and rudimentary things like that were like equivalent to regular expressions, everything had some obscure expression you had to look up or copy paste.
1 0 Reply