{ "key": "shift+space shift+space", "command": "workbench.action.toggleSidebarVisibility", "when": "vim.mode != 'SearchInProgressMode' && vim.mode != 'Insert'" },
{ "key": "ctrl+b", "command": "workbench.view.explorer" }
{ "key": "alt+space", "command": "workbench.action.toggleAuxiliaryBar" }
{ "key": "ctrl+q", "command": "workbench.panel.chat.view.copilot.focus" }
{ "key": "shift+enter", "command": "workbench.action.terminal.toggleTerminal", "when": "terminal.active && !chatInputHasFocus" },
{ "key": "ctrl+shift+g", "command": "workbench.view.scm" }
{ "key": "s s", "command": "workbench.action.splitEditorDown", "when": "!jumpy2.jump-mode && editorTextFocus && neovim.mode == 'normal'" },
{ "key": "s v", "command": "workbench.action.splitEditorRight", "when": "!jumpy2.jump-mode && editorTextFocus && neovim.mode == 'normal'" }
{ "key": "ctrl+h", "command": "workbench.action.focusPreviousGroup" }, { "key": "ctrl+l", "command": "workbench.action.focusNextGroup" }
ターミナル上などで emacs 風キーバインドが使える
ctrl + p/nで上下の操作(だいたい使えます)
ctrl + p/n
ctrl + aで行頭へ移動, ctrl + eで行末へ移動
ctrl + a
ctrl + e
ctrl + wで単語削除
ctrl + w
vscode の shell integration を有効化
"terminal.integrated.suggest.enabled": true,