Skip to content

Instantly share code, notes, and snippets.

@evelaguti
Last active June 16, 2020 01:28
Show Gist options
  • Save evelaguti/f78394cc4cf5fa5b1f77840cd520bd56 to your computer and use it in GitHub Desktop.
Save evelaguti/f78394cc4cf5fa5b1f77840cd520bd56 to your computer and use it in GitHub Desktop.
Si bien hay muchos alternadores modales y accesos directos de navegación para VS Code, no hay uno específicamente para "pasar del editor al terminal y viceversa". Abra keybindings.json desde el editor: CMD-SHIFT-P -> Preferencias: Abra el archivo de atajos de teclado y agregue estas entradas:
// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment