1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VS Codeの個人的ショートカット (mac)

Posted at

エディタとターミナルを行き来する

ctrl`でトグルできる。
デフォルトのショートカットで、ターミナルが起動してない時は、起動してそこにカーソルが移る。ただしデフォルトではターミナルからエディタに戻る時はターミナルが消えてしまう。そのまま消えないでほしいときは、次のようにJSONファィルに追記すると良い。

[
   { "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
]
1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?