1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-28 22:21:42 +00:00
dotfiles/vscode/.config/Code - OSS/User/keybindings.json

37 lines
1015 B
JSON
Raw Normal View History

2018-09-12 17:04:59 +00:00
// Place your key bindings in this file to overwrite the defaults
[
// {
// "key": "] q",
// "command": "editor.action.marker.nextInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "f8",
// "command": "-editor.action.marker.nextInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "[ q",
// "command": "editor.action.marker.prevInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "shift+f8",
// "command": "-editor.action.marker.prevInFiles",
// "when": "editorFocus && !editorReadonly"
// },
{
"key": "ctrl+`",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+1",
"command": "workbench.action.editorLayoutSingle",
"when": "editorFocus"
}
]