Live data from Hacker News

How to Exit Vim

github.com

1–10 of 409 posts

Re: How to Exit Vim

#7

pssh.. they didn't mention the vimtectualist way - :q! or the French way - ZZ

As a vim noob, I needed to look it up [0]. ZZ saves the current file if modified and closes it. ZQ closes it without saving. Thank you, that will save me a few seconds per year.

Why the French way? I don't get it and I am very curious :-)

[0] https://unix.stackexchange.com/questions/93144/exit-vim-more...

Re: How to Exit Vim

#8
post #7

pssh.. they didn't mention the vimtectualist way - :q! or the French way - ZZ

As a vim noob, I needed to look it up [0]. ZZ saves the current file if modified and closes it. ZQ closes it without saving. Thank you, that will save me a few seconds per year. Why the French way? I don't get it and I am very curious :-) [0] https://unix.stackexchange.com/questions/93144/exit-vim-more...

Maybe because of our (I very much include myself) infamous inability to pronounce correctly the sound "th" and making it sound like "z" instead.

Re: How to Exit Vim

#10
post #8
post #7

Earlier quoted context omitted.

As a vim noob, I needed to look it up [0]. ZZ saves the current file if modified and closes it. ZQ closes it without saving. Thank you, that will save me a few seconds per year. Why the French way? I don't get it and I am very curious :-) [0] https://unix.stackexchange.com/questions/93144/exit-vim-more...

Maybe because of our (I very much include myself) infamous inability to pronounce correctly the sound "th" and making it sound like "z" instead.

Ah yes, zis is it. Fank you.
Post reply on HN