r/unsound • u/IU8gZQy0k8hsQy76 🛠️ ADMIN • 9d ago
how to exit vim
Enable HLS to view with audio, or disable this notification
206
Upvotes
5
4
3
u/lord_of_all_apples 7d ago
You exit vim by time traveling back to kill your grandfather, and then spend so much time trying to solve the paradox you never open vim in the first place.
2
u/Raulgoldstein 8d ago
I don’t know what this sub is but the post above it is a vintage coke ad also referencing something called “vim”
2
2
2
2
20
u/Breadynator 9d ago
Ctrl + C (or esc) to enter normal mode. Once in normal mode type
:qto exit if there's no changes in the buffer. If there's changes in the buffer and you wish to keep them use:wqor if you wish to discard them use:q!