Skip to main content

Searching in Vim

Searching for text in a buffer

  • / command
  • Options to set to make this work better?
  • Vim Find Next • Find the next match and change it in Vim. Using Vim’s search next feature with gn, you can quickly build repeatable changes • VimTricks 📖
  • Dedupe a list in Vim • Vim’s powerful :sort command (in this case :sort u) • Justin Joyce 📖

Searching for text in a project

Inbox

  • searching for symbols?
  • searching for references?
  • searching for calls?