Skip to content

Instantly share code, notes, and snippets.

@ggteixeira
Created June 19, 2020 00:20
Show Gist options
  • Save ggteixeira/ca0e092db27c2aaa2f74a96cbcb59607 to your computer and use it in GitHub Desktop.
Save ggteixeira/ca0e092db27c2aaa2f74a96cbcb59607 to your computer and use it in GitHub Desktop.
Filtrando 3-gramas no Vim
# Filtrando trigramas
:v/^\w* \(com\|como\|da\|das\|de\|do\|dos\|em\|na\|no\|o\|os\|ou\|pela\|pelos\|por\) \w*/d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment