[ { "key": "ctrl+,", "command": "workbench.action.previousEditor", "when": "" }, { "key": "ctrl+.", "command": "workbench.action.nextEditor", "when": "" }, { "key": "ctrl+z ctrl+p", "command": "workbench.action.previousEditor", "when": "" }, { "key": "ctrl+z ctrl+n", "command": "workbench.action.nextEditor", "when": "" }, { "key": "ctrl+z ctrl+a", "command": "cursorTop", "when": "textInputFocus" }, { "key": "ctrl+z ctrl+e", "command": "cursorBottom", "when": "textInputFocus" }, { "key": "ctrl+q ctrl+i", "command": "tab", "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, { "key": "ctrl+q ctrl+f", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, // サイドバーのファイラーへ移動(戻る) { "key": "ctrl-z ctrl-o", "command": "workbench.view.explorer" }, ]