コマンドパレットから keybindings.json
を開いて下記を追加。
{
"key": "ctrl+p",
"command": "",
"when": "terminalFocus"
},
{
"key": "ctrl+e",
"command": "",
"when": "terminalFocus"
},
{
"key": "ctrl+f",
"command": "",
"when": "terminalFocus"
},
{
"key": "ctrl+k",
"command": "",
"when": "terminalFocus"
}
ターミナルにフォーカスされているときのキーバインドをカラにしているのでbashのキーバインディングが使える。