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

19 lines
459 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"
}
]