Skip to content

Instantly share code, notes, and snippets.

@terracenter
Forked from Heipry/atajos-VSCode.md
Created August 12, 2022 20:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terracenter/d76961569cf29cfc9dc7774c707c050b to your computer and use it in GitHub Desktop.
Save terracenter/d76961569cf29cfc9dc7774c707c050b to your computer and use it in GitHub Desktop.
Atajos globales y personalizados de VSCode para teclado uk y es

Vscode Atajos

  • Mover linea - Alt + ↑ / ↓
  • Copiar linea - Shift + Alt + ↑ / ↓
  • Seleccionar todas las apariciones - Ctrl + Shift + L
  • Crear múltiples cursores - Ctrl + Alt+ ↑ / ↓
  • Selección multiple - Alt + Click
  • Mover bloque - Seleccionar . Alt + ↑ / ↓
  • Copiar bloque - Seleccionar . Shift + Alt + ↑ / ↓
  • Comentar linea - Ctrl + \ || esp(Ctrl + ç)
  • Comentar seleccion - Seleccionar . Shift + Alt + A
  • Borrar linea seleccionada - Ctrl + Shift + K


  • Abrir/Crear archivo - Ctrl + click (sobre file)
  • Ojear definición codigo - Shift + F12 (sobre codigo)
  • Ir a la definición del codigo - F12 (sobre codigo)


  • Ocultar lateral - Ctrl + B
  • Zen Mode - Ctrl + K Z
  • Ocultar Mostrar terminal - Ctrl + ' || esp(Ctrl + ñ)
  • Nuevo terminal - Ctrl + Shift + ' || esp(Ctrl + Shift + ñ)
  • Cerrar tab - Ctrl + W
  • Cerrar todas - Ctrl + K Ctrl + W
  • Reabrir anterior - Ctrl + Shift + T
  • Cambiar de tab - Ctrl + TAB


  • Usar atajo Emmet - Ctrl + SHIFT + P . Buscar Emmet...
  • Crear/Buscar tecla rapida - Ctrl + k && Ctrl + s


  • Ver definiciones ordenadas - Ctrl + P . @: || Ctrl + Shift o - . @
  • Ir a linea - Ctrl + G . numLinea || Ctrl + P . : . numLinea
  • Markdown Open Preview - Ctrl + Alt + P
  • Markdown Open Preview to the side - Ctrl + K + V
  • Toggle Word Wrap - Ctrl + Alt + W
  • Cambiar ocurencias simbolo - F2
  • Ir a Settings - Ctrl + ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment