39 lines
770 B
JSON
39 lines
770 B
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "ctrl+h",
|
|
"command": "workbench.action.navigateLeft"
|
|
},
|
|
{
|
|
"key": "ctrl+l",
|
|
"command": "workbench.action.navigateRight"
|
|
},
|
|
{
|
|
"key": "ctrl+k",
|
|
"command": "workbench.action.navigateUp"
|
|
},
|
|
{
|
|
"key": "ctrl+j",
|
|
"command": "workbench.action.navigateDown"
|
|
},
|
|
{
|
|
"key": "ctrl+m",
|
|
"command": "workbench.action.previousEditor"
|
|
},
|
|
{
|
|
"key": "ctrl+n",
|
|
"command": "workbench.action.nextEditor"
|
|
},
|
|
{
|
|
"key": "ctrl+f",
|
|
"command": "actions.find"
|
|
},
|
|
{
|
|
"key": "ctrl+oem_8",
|
|
"command": "workbench.action.toggleSidebarVisibility"
|
|
},
|
|
{
|
|
"key": "ctrl+b",
|
|
"command": "-workbench.action.toggleSidebarVisibility"
|
|
}
|
|
]
|