• @demesisx
    link
    English
    58 months ago

    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. 🤣🤣

    • @russjr08@outpost.zeuslink.net
      link
      fedilink
      English
      48 months ago

      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!