DEV Community

Discussion on: Show and tell: Show off your vim setup 🚀

Collapse
 
dmfay profile image
Dian Fay • Edited

Yeah, I haven't published it anywhere else. The contrast is actually decent (at least at full size), it passes WCAG AA and only starts to fail on AAA!

I use three main bindings for denite, which cover the same things you use fzf for:

  • <C-p>: fuzzy find filenames, like CtrlP etc
  • <space>s: the same, but only for buffers I currently have open
  • <space>/: grep

Denite farms out the searching to ripgrep though.