

I use neovim a lot for coding.
Over time though I discovered it had tonnes of amazing features as a prose editor too, so many powerful plugins for editing prose that blew me away.
Stuff like “warn me if I use tthe same word too much” and whatnot.
And of course telescopes fuzzy find made jumping around to edit my text way faster, and being able to bulk change stuff with a simple :%s/.../.../g
feels real good.
I highly recommend folks try out nvim for this use case :3
Once I got so used to all my custom keybinds in neovim, it became hard to use anything else.
I’m used to tools like Harpoon for fast jumping around “bookmarked” spots in my code, once i started using the same technique for my writing it’s like something clicked for me, I was like “holy shit I can arbitrarily jump to spots so fast now…”