“VS CODE Raccourci pour passer à Terminal vers l'éditeur” Réponses codées

VS CODE Raccourci pour passer à Terminal vers l'éditeur

{
  "key": "ctrl+j",
  "command": "workbench.action.focusActiveEditorGroup",
  "when": "!terminalFocus"
},
{
  "key": "ctrl+k",
  "command": "workbench.action.terminal.focus",
  "when": "terminalFocus"
}
Frantic Flamingo

VS CODE Raccourci pour passer à Terminal vers l'éditeur

Step to configure:

Go to: File > Preferences > keyboard shortcuts
then in the search-bar search for "focus terminal"
select "workbench.action.terminal.focus" and then ctrl+k or press your custom key and then press enter.
Similarly, in the search-bar search for "focus active editor group
select "workbench.action.focusActiveEditorGroup" and then press ctrl+j or press your custom key and then press enter.
After the above setup:

Press ctrl+k to focus cursor on terminal
Press ctrl+j to focus cursor on coding section without closing terminal
Frantic Flamingo

Réponses similaires à “VS CODE Raccourci pour passer à Terminal vers l'éditeur”

Questions similaires à “VS CODE Raccourci pour passer à Terminal vers l'éditeur”

Plus de réponses similaires à “VS CODE Raccourci pour passer à Terminal vers l'éditeur” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code