Skip to content

Instantly share code, notes, and snippets.

@davidcostadev
Created June 10, 2019 13:38
Show Gist options
  • Save davidcostadev/ee5d57c345ea347775aecee1811beebc to your computer and use it in GitHub Desktop.
Save davidcostadev/ee5d57c345ea347775aecee1811beebc to your computer and use it in GitHub Desktop.
Vim
I Pular para o começo da linha e entrar em INSERT
A Pular para o final da linha e entrar em INSERT
w Pular uma palavra para frente
b Pular uma palavra para traz
dw Excluir uma palavra
dd Exclui toda a linha
o Cria uma nova linha baixo
O Cria uma nova linha acima
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment