Today's favourite Vim config:
noremap <F3> :silent grep! ''<Left>
Combined with ripgrep-based search and vim-qf for quicklist goodness, this means I can press F3 then type some stuff and I get a lightning fast search over my whole project.
2 months ago