Vim Tips
tips
archive
about
github
open file to first pattern match
2020-05-28
You can open a file with vim to the first match of a pattern like so:
vim
file.txt +/<pattern>