Skip to content

Instantly share code, notes, and snippets.

View hankpillow's full-sized avatar

igor hankpillow

  • mrboots
  • brazil, são paulo.
View GitHub Profile
"###############################################################################
"# Bootstrap
"###############################################################################
" Vim doesn't like fish
set shell=/bin/bash
" be iMproved, required
set nocompatible
@seanh
seanh / vimgrep.md
Last active April 27, 2025 13:31
vimgrep cheatsheet

vimgrep

  • Vimcasts on vimgrep

  • Uses native vim regexes (which are slightly different from the regexes used by grep, ack, ag, etc) so the patterns are the same as with vim's within-file search patterns.

You can do a normal within-file search first, then re-use the same pattern to