Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save petergi/b4f6811d93839cff4b92fa8e7746af51 to your computer and use it in GitHub Desktop.
Save petergi/b4f6811d93839cff4b92fa8e7746af51 to your computer and use it in GitHub Desktop.
Display context (5 lines) for all occurrences of a pattern
" Display context (5 lines) for all occurrences of a pattern.
:g/pattern/z#.5
" Same, but with some beautification.
:g/pattern/z#.5|echo "=========="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment