I just stole someone else’s config that was shared as a neovim flake which I don’t customize at all because I’m scared to open neovim since I can’t seem to close it without googling. 🤣🤣
Hit escape to enter normal mode, :q to quit if you don’t have any pending changes, :wq to save and quit (or Shift ZZ), :q! if you don’t care about your changes (save without exiting)
If you’re interested in learning Vim, I’d recommend running vimtutor, which should be present on most systems. But of course, the best way to learn it is to simply use it as much as you can!
I just stole someone else’s config that was shared as a neovim flake which I don’t customize at all because I’m scared to open neovim since I can’t seem to close it without googling. 🤣🤣
Sometimes the only way out is through :)
Hit escape to enter normal mode,
:q
to quit if you don’t have any pending changes,:wq
to save and quit (or Shift ZZ),:q!
if you don’t care about your changes (save without exiting)If you’re interested in learning Vim, I’d recommend running
vimtutor
, which should be present on most systems. But of course, the best way to learn it is to simply use it as much as you can!