Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Created November 28, 2017 11:49
Show Gist options
  • Save andrealmar/c35664284802e65a3d57c8d1cd9f0028 to your computer and use it in GitHub Desktop.
Save andrealmar/c35664284802e65a3d57c8d1cd9f0028 to your computer and use it in GitHub Desktop.
vi find and replace
Então mudaremos, na própria linha de comando do vi, a palavra "amamu" pelo correto, amamos.
Sendo key-sensitive a utilização deste comando, execute:
:%s/amamu/amamos/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment