LoginSignup
0
1

More than 5 years have passed since last update.

Visual Studio Code (Linux) で統合ターミナルを Ctrl+@ で開く (JIS配列)

Posted at

方法

Ctrl+[ を使う。
(おそらくASCII配列で解釈されている。)

設定例

keybindings.json
[
{ "key": "ctrl+[",                "command": "workbench.action.terminal.toggleTerminal" },
{ "key": "ctrl+shift+[",          "command": "workbench.action.terminal.new" }
]

備考

Linux版のデフォルトである Ctrl+` は、JIS配列だと使えない。

vscode_keybind_toggleTerminal_default.png

それではと、Windows版の設定である Ctrl+@ を設定しても、うんともすんとも言わない。

Ctrl+Shift+2 を押してもダメ)

ちょっとわかりづらいかも。

vscode_keybind_toggleTerminal_customized.png

環境

  • Ubuntu 16.04.1 LTS 64 ビット
  • Realforce 91U
0
1
0

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
0
1