this post was submitted on 07 Nov 2023
30 points (100.0% liked)

Free and Open Source Software

17919 readers
57 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (1 children)

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

[–] [email protected] 4 points 1 year 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!