137 B

vim commands

#vim

find string

  • :vimgrep string dir/**/*
  • OR :vimgrep /somestring/gj dir/*** /* *
  • :copen

find file

  • :find*