• 0 Posts
  • 6 Comments
Joined 2 months ago
cake
Cake day: August 24th, 2025

help-circle


  • Starkon@lemmy.mltoLinux@lemmy.mlNeed text editor advice
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    15 days ago

    Neovim is the way and here’s imo why:

    • Vim keybinds: yes, we take more time editing then actually writing text/code so it’s faster to use a modal text editor, you just have to learn it a bit at the start. Vim language is easy, you just tell it what you want it to do (ie. diw: delete inner word, ciw: change inner word etc.)
    • highly customisable, even if you don’t want to cherry pick your plugins and choose a config, there are many out of the box configured (lazyvvim comes to mind but there are many)
    • if you’re a developer you can find plugins for everything you need, debugger, lsp, autocompletion etc.