Skip to content

Instantly share code, notes, and snippets.

@wolf-mtwo
Last active August 14, 2017 02:07
Show Gist options
  • Save wolf-mtwo/4fbf4567e8bd2562d59e to your computer and use it in GitHub Desktop.
Save wolf-mtwo/4fbf4567e8bd2562d59e to your computer and use it in GitHub Desktop.
SUBLIME TEXT

SUBLIME TEXT ATAJOS, TRUCOS

Atajos

  • Ctrl + click inserta múltiples cursores.

  • Ctrl + D, próxima ocurrencia.

  • Ctrl + L, selecciona la próxima linea.

  • Ctrl + P, navegar por el source del archivos.

  • Ctrl + R, metodos/funciones del documento.

  • Ctrl + G, lleva an una line de codigo.

  • Ctrl + P, escribimos #, nuestra todas las etiquetas.

  • Ctrl + Shift + [1-9], divide el editor.

  • Ctrl + Shift + D, copia la linea actual.

  • Ctrl + Shift + L, añade cursores a todas las lines selecionadas.

  • Ctrl + 0, cambia el pointer al folder de directorio.

  • Ctrl + }, Comentar la linea.

  • Ctrl + F, bunqueda.

  • Ctrl + W, cerrar archivo.

Linea de comandos

  • Ctrl + Shift + P linea de comandos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment