Honestly… everybody should try out neovim for at least a week. I mean like… fully commit to it.
It’s just amazing how fast and light on resource usage it is, compared to vscode.
For reference: I just opened qmk_firmware which has a shit load of clang code and files. Guess what, neovim doesn’t even break a sweat, while vscode almost burns my CPU.
Isn’t this multicursor plugin one of the best, compared to, for exampme, VSCode?
https://github.com/mg979/vim-visual-multi
also
:%s/findStr/replaceStr/g
gives a live preview too.has been around before neovim