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

Free and Open Source Software

17772 readers
51 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
all 9 comments
sorted by: hot top controversial new old
[–] demesisx@infosec.pub 5 points 10 months 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. 🤣🤣

[–] russjr08@outpost.zeuslink.net 4 points 10 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!

[–] beezkneez@beehaw.org 4 points 10 months ago (3 children)
[–] ericjmorey@programming.dev 3 points 10 months ago

The author discusses their experience with some nvim distributions. I think Kickstart.nvim is the way to go for new and veteran users of NeoVim.

[–] IrritableOcelot@beehaw.org 2 points 10 months ago

The LunarVim install process can be kinda a pain to start, but I find it fills a wierd spot between neovim and vsodium -- I still use nvim for making quick edits to files (especially in compiled languages) but still use vscode for really big multifile projects. LunarVim just takes too long to boot to be a drop-in neovim replacement, and the file explorer is too unintuitive to use for many files simultaneously, even as a longtime vim user. I like LunarVim, but I think it has its own usability niche, and I dont find myself using it as much as I'd like.

Quite frankly, base neovim is still pretty functional for me, but the complexity of installing extensions just encourages me to use it as a text editor rather than an IDE, which is largely fine by me.

[–] petey@aussie.zone 1 points 10 months ago (1 children)

I recommend LunarVim for VS Code users too

[–] odium@programming.dev 1 points 10 months ago

I believe there is a vs code extension that turns lets you use vim modes and commands inside vs code. That might be a good first step for vs code users who are interested in learning vim.

[–] Vilian@lemmy.ca 4 points 10 months ago