Walk over to that one guy's desk at the office, you know the one. Ask for his help. Then you just have to wait through about 5 minutes of "Modal editors are very simple once you know how they work! A command is composed of..." and after that he'll tell you what keys to press.
There's this subculture in the computer world, the pinnacle of which is arguably still Eric Raymond's Jargon File (http://catb.org/jargon/html/) which I could never connect with it.
Humor is subjective, but for me it was one of those chuckles that turned into "this is getting too long". And then you realize it goes on for so long with so many technologies that it loops around to being funny again, or simply impressive at what a high effort troll this was.
I remember one “how to exit vim” tutorial that explored key combinations that would exit vim regardless of what mode you’re currently in:
:q! works in command mode, but obviously not in insert mode. <ESC>:q! works in insert mode and incidentally also in command mode, but not in ex mode (extended command mode)! And so on, a longer and longer command is built that neutralises the current mode and whatever side effects that the key combo itself causes.
fallingsquirrel|1 year ago
callamdelaney|1 year ago
kristopolous|1 year ago
There's this subculture in the computer world, the pinnacle of which is arguably still Eric Raymond's Jargon File (http://catb.org/jargon/html/) which I could never connect with it.
sodapopcan|1 year ago
johnnyanmac|1 year ago
rajamaka|1 year ago
ghostly_s|1 year ago
chimpansteve|1 year ago
So, yes.
aussieguy1234|1 year ago
nvy|1 year ago
Modal editing is fundamentally-insane UX.
sshine|1 year ago
:q! works in command mode, but obviously not in insert mode. <ESC>:q! works in insert mode and incidentally also in command mode, but not in ex mode (extended command mode)! And so on, a longer and longer command is built that neutralises the current mode and whatever side effects that the key combo itself causes.
BxGyw2|1 year ago
xigoi|1 year ago
skygazer|1 year ago
akdor1154|1 year ago
lvlabguy|1 year ago
echo "cd /system1/pwrmgtsvc1; reset" | ssh -T ADMIN@<BMC-IP>
jonwinstanley|1 year ago
mmastrac|1 year ago
`Ctrl-Z, kill -9 %1`