aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
authorkj_sh6042026-03-20 18:22:49 -0400
committerkj_sh6042026-03-20 18:22:49 -0400
commita8709a843e6963526746591fac714546dc7c0bfb (patch)
tree6496a87c5a7f777f355d4a18543138da1b43ecce /.config/Code/User/keybindings.json
parent5af2b6dc2be2ca30db142a7e0e52658530ec2fde (diff)
refactor: .config/Code/User/keybindings.json
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json115
1 files changed, 85 insertions, 30 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 6b97aba..7453bf3 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -139,14 +139,6 @@
"command": "workbench.action.togglePanel"
},
{
- "key": "shift+alt+b j",
- "command": "workbench.action.togglePanel"
- },
- {
- "key": "shift+alt+b down",
- "command": "workbench.action.togglePanel"
- },
- {
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
@@ -173,46 +165,90 @@
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
- // panel navigation-ish
{
- "key": "shift+alt+[",
- "command": "workbench.action.previousPanelView"
+ "key": "ctrl+b",
+ "command": "-workbench.action.toggleSidebarVisibility"
},
{
- "key": "shift+alt+]",
- "command": "workbench.action.nextPanelView"
+ "key": "ctrl+shift+v",
+ "command": "editor.action.clipboardPasteAction"
},
{
- "key": "shift+alt+b h",
- "command": "workbench.action.toggleSidebarVisibility"
+ "key": "ctrl+alt+b",
+ "command": "-workbench.action.toggleAuxiliaryBar"
},
{
- "key": "ctrl+b",
- "command": "-workbench.action.toggleSidebarVisibility"
+ "key": "shift+alt+c",
+ "command": "toggle.window.commandCenter"
},
{
- "key": "ctrl+shift+v",
- "command": "editor.action.clipboardPasteAction"
+ "key": "ctrl+alt+.",
+ "command": "workbench.action.chat.openModelPicker",
+ "when": "chatIsEnabled && inChatInput"
},
{
- "key": "shift+alt+b l",
- "command": "workbench.action.toggleAuxiliaryBar"
+ "key": "shift+alt+m",
+ "command": "workbench.action.toggleMaximizedPanel",
+ "when": "panelFocus"
},
{
- "key": "ctrl+alt+b",
- "command": "-workbench.action.toggleAuxiliaryBar"
+ "key": "shift+alt+m",
+ "command": "workbench.action.toggleMaximizedAuxiliaryBar",
+ "when": "auxiliaryBarFocus"
+ },
+ {
+ "key": "shift+alt+m",
+ "command": "workbench.action.toggleZenMode",
+ "when": "editorFocus"
+ }
+ // panel navigation-ish
+ {
+ "key": "shift+alt+b j",
+ "command": "workbench.action.togglePanel"
+ },
+ {
+ "key": "shift+alt+b down",
+ "command": "workbench.action.togglePanel"
+ },
+ {
+ "key": "shift+alt+b shift+alt+j",
+ "command": "workbench.action.togglePanel"
+ },
+ {
+ "key": "shift+alt+b shift+alt+down",
+ "command": "workbench.action.togglePanel"
+ },
+ {
+ "key": "shift+alt+b h",
+ "command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "shift+alt+b left",
"command": "workbench.action.toggleSidebarVisibility"
},
{
+ "key": "shift+alt+b shift+alt+h",
+ "command": "workbench.action.toggleSidebarVisibility"
+ },
+ {
+ "key": "shift+alt+b shift+alt+left",
+ "command": "workbench.action.toggleSidebarVisibility"
+ },
+ {
+ "key": "shift+alt+b l",
+ "command": "workbench.action.toggleAuxiliaryBar"
+ },
+ {
"key": "shift+alt+b right",
"command": "workbench.action.toggleAuxiliaryBar"
},
{
- "key": "shift+alt+c",
- "command": "toggle.window.commandCenter"
+ "key": "shift+alt+b shift+alt+l",
+ "command": "workbench.action.toggleAuxiliaryBar"
+ },
+ {
+ "key": "shift+alt+b shift+alt+right",
+ "command": "workbench.action.toggleAuxiliaryBar"
},
{
"key": "shift+alt+b k",
@@ -235,12 +271,31 @@
"when": "!editorTabsVisible"
},
{
- "key": "ctrl+alt+.",
- "command": "workbench.action.chat.openModelPicker",
- "when": "chatIsEnabled && inChatInput"
+ "key": "shift+alt+b shift+alt+k",
+ "command": "workbench.action.hideEditorTabs",
+ "when": "editorTabsVisible"
},
{
- "key": "shift+alt+m",
- "command": "workbench.action.toggleMaximizedAuxiliaryBar"
+ "key": "shift+alt+b shift+alt+k",
+ "command": "workbench.action.showMultipleEditorTabs",
+ "when": "!editorTabsVisible"
+ },
+ {
+ "key": "shift+alt+b shift+alt+up",
+ "command": "workbench.action.hideEditorTabs",
+ "when": "editorTabsVisible"
+ },
+ {
+ "key": "shift+alt+b shift+alt+up",
+ "command": "workbench.action.showMultipleEditorTabs",
+ "when": "!editorTabsVisible"
+ },
+ {
+ "key": "shift+alt+[",
+ "command": "workbench.action.previousPanelView"
+ },
+ {
+ "key": "shift+alt+]",
+ "command": "workbench.action.nextPanelView"
}
] \ No newline at end of file