This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/code/.config/Code - OSS/User/keybindings.json

26 lines
547 B
JSON

[
{
"key": "ctrl+shift+c",
"command": "workbench.action.terminal.new"
},
{
"key": "ctrl+,",
"command": "workbench.action.openSettingsJson"
},
{
"key": "ctrl+shift+,",
"command": "workbench.action.openGlobalKeybindingsFile"
},
{
"key": "ctrl+b",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+n",
"command": "notifications.clearAll"
},
{
"key": "ctrl+s",
"command": "saveAll"
}
]