Vim user here. The only way to exit vim is to pray to the Vim gods and sacrifice your first born, hoping that they’ll cause a cosmic ray to hit the right spot in the memory to flip the right bit that causes it to exit. There are no alternatives.
These is one of the oldest Linux memes. No, they aren’t serious. I have a hard time believing anyone here doesn’t actually know how to exit vim properly.
I am non-serious, I just don’t like vim (or emacs; if I’m editing a text file in a terminal I want nano, or I append manually with pipes as Linus intended).
Most of my systems have X11 and some basic GUI text editor, my server is the exception that proves the rule. There is generally no actual reason to use Vim except liking Vim, or wanting to learn to like Vim.
For those that do like Vim, or want to learn it for historical reasons? Good on you, have fun.
The main reason for using (neo)vim is motions and text objects. Pretty cool to be able to type cxia, ]a, cxia to swap two function parameters in code. Or daf to delete a whole function.
Even just f to jump to a specific character later in the line, or t to jump up to that character are absolutely life changing.
I love love love editing HTML in neovim with the ability to do stuff like dst for “delete surrounding tag” or St<div class="something"> to surround the current selection with a new tag. I have yet to find another editor that can do stuff like that with just a couple key presses.
Vim user here. The only way to exit vim is to pray to the Vim gods and sacrifice your first born, hoping that they’ll cause a cosmic ray to hit the right spot in the memory to flip the right bit that causes it to exit. There are no alternatives.
I usually just power-cycle the machine
Are you guys serious? Command q. or x. or wq. or use a proper fucking terminal so you can ctrl -z and resume.
These is one of the oldest Linux memes. No, they aren’t serious. I have a hard time believing anyone here doesn’t actually know how to exit vim properly.
You power cycle the machine, then run
apt-get update && apt-get install nano
, right?Fuckin \s, just in case that wasn’t clear
I am non-serious, I just don’t like vim (or emacs; if I’m editing a text file in a terminal I want nano, or I append manually with pipes as Linus intended).
Most of my systems have X11 and some basic GUI text editor, my server is the exception that proves the rule. There is generally no actual reason to use Vim except liking Vim, or wanting to learn to like Vim.
For those that do like Vim, or want to learn it for historical reasons? Good on you, have fun.
If you like emacs fuck off though.
The main reason for using (neo)vim is motions and text objects. Pretty cool to be able to type
cxia, ]a, cxia
to swap two function parameters in code. Ordaf
to delete a whole function.Even just f to jump to a specific character later in the line, or t to jump up to that character are absolutely life changing.
I love love love editing HTML in neovim with the ability to do stuff like
dst
for “delete surrounding tag” orSt<div class="something">
to surround the current selection with a new tag. I have yet to find another editor that can do stuff like that with just a couple key presses.As long as you don’t use emacs :P
I’ve only ever used it in evil mode, and it’s not the same
Amen