No one can exit vim. It’s simply not possible.
There are even legends that the devil himself was onced tricked into opening vim and is stuck there since.
That explains the many vim enthusiasts that don’t want any other editor. They simply can’t exit the vim instance they once accidentally opened…
Stockholm Editor
The Eagles called it Hotel California.
“We are all just prisoners here of our own device”
So true, so true.
You just reboot. Right?
“… and that’s why I need you to take the power plant offline.”
“… and that’s why I need you to take the power plants offline.”
For those who don’t live in the US and have an electical grid with more than one power plant.
Every computer has a built-in “exit vim” button, conveniently located on the chassis, usually next to the power cord. Flick it to 0, then back to 1, and you’ll find vim has been successfully exited. :)
What if my PC boots straight into Vim? It’s not like I need anything else, can do everything in Vim
Jokes aside, vim as PID 1 is just a bad idea.
Emacs on the other hand: https://github.com/emacs-os/el-init
That’s a great idea from GitHub user el-sloppo and Claude.
Did you read the retrospective.md
AI;DR
Then you obviously didn’t read it.
Yes. That’s literally what I said.
This is how we trap it. This is how we win.
This is how we vim😏
This is the closest I have seen Copilot doing something like a human Programmer would
Copilot is just like me!
How to protect your computer from automated AI attacks 101: start vim
i cant understand all the vim hyping. its probably very neat and can do whatever, but what good is that if it takes awful amount of bother to learn everything by heart since interface has been designed to be as unfriendly as possible. it doesnt have to be fit for office worker, but at least some ease of use is needed.
since interface has been designed to be as unfriendly as possible
No, it hasn’t.
It (well, vi, which vim is a clone of) has been designed to be a possible interface on a keyboard that doesn’t have arrow keys or other modifier keys than shift. There aren’t that many ways to program a visual text editor when those are your constraints.
That it’s more productive once you know it is a side-effect.
deleted by creator
My netbook has a keyboard without Home, End, PgUp, PgDn, Ins and Del keys. Vim and Emacs modes make it significantly more usable while remaining small. Vim is also convenient in Termux, for quick remote fixes from a phone.
deleted by creator
At the time vi was originally developed, such keyboards did exist (on terminals). That’s the reason it works the way it does.
deleted by creator