“VS Code Shortcut untuk beralih ke terminal ke editor” Kode Jawaban

VS Code Shortcut untuk beralih ke terminal ke editor

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

VS Code Shortcut untuk beralih ke terminal ke editor

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

Jawaban yang mirip dengan “VS Code Shortcut untuk beralih ke terminal ke editor”

Pertanyaan yang mirip dengan “VS Code Shortcut untuk beralih ke terminal ke editor”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya