Today I learned about...
neovim
Back to all tags
neovim26.04.2024
Project wide replace in neovim
how-to-find-and-replace-in-vim
"while in your quick list
:cdo s/your-search-term/thing-to-replace-with/g
"go to quick list after changes
:wa <CR>
neovim08.11.2023
neovim cache
If youβre ever having issues with neovim, it might help to clear out the cache.
I recently was running into issues after switching from packer
for my
dependency management to lazy
and there was a sneaky little devil π in the
cache directory causing issues.
You can view the cache directory here: $HOME/.cache/nvim/
.