Skip to content

Instantly share code, notes, and snippets.

@ivandevp
Created May 30, 2017 19:52
Show Gist options
  • Save ivandevp/346239abbd1cdfb93f94d0b544d7a9e7 to your computer and use it in GitHub Desktop.
Save ivandevp/346239abbd1cdfb93f94d0b544d7a9e7 to your computer and use it in GitHub Desktop.
Vi/Vim exit commands
# Salir
:q
# Salir sin guardar cambios
:q!
# Guardar cambios
:w
# Guardar cambios y salir
:wq
# Si a pesar de escribir estos comandos no logras salir del editor,
# probablemente tengas que presionar `ESC` y luego escribir el comando :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment