How to exit vim?

No joke ofc

But how do i learn vim i feel really stupid XD

What do you mean i have no problems memorizing docker and nix syntax but cant remember to write ":i" to insert-

#vim #nvim #neovim

@peritia Hit ESC then :x

This is the superior way to exit vim. If you didn't change the file, (Neo)vim will exit. If you did change it, the changes will be saved, then exit.

As far learning, open nvim, hit ESC then :Tutor

#vim #nvim #neovim