mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 19:44:26 -08:00
misc tweaks; cleanup irrelevant
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "cmd+1",
|
||||
@@ -140,6 +140,10 @@
|
||||
"key": "alt+cmd+0",
|
||||
"command": "workbench.action.focusLastEditorGroup"
|
||||
},
|
||||
{
|
||||
"key": "cmd+h",
|
||||
"command": "workbench.action.toggleAuxiliaryBar"
|
||||
},
|
||||
{
|
||||
"key": "cmd+g",
|
||||
"command": "git-graph.view"
|
||||
@@ -212,8 +216,45 @@
|
||||
"when": "viewContainer.workbench.view.explorer.enabled"
|
||||
},
|
||||
{
|
||||
"key": "cmd+h",
|
||||
"command": "-editor.action.simpleInlineDiffs.rejectAll",
|
||||
"when": "editorTextFocus && hasDisplayedSimpleDiff"
|
||||
"key": "shift+cmd+i",
|
||||
"command": "composerMode.chat"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+i",
|
||||
"command": "-composer.newAgentChat"
|
||||
},
|
||||
{
|
||||
"key": "cmd+; shift+cmd+i",
|
||||
"command": "-testing.toggleInlineCoverage"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+i",
|
||||
"command": "-workbench.panel.chatEditing",
|
||||
"when": "workbench.panel.chat.view.edits.active"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+g",
|
||||
"command": "-editor.action.previousMatchFindAction",
|
||||
"when": "activeEditorIsReviewChanges || editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+g",
|
||||
"command": "-planEditor.findPrevious",
|
||||
"when": "markdownPlanEditorActive"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+g",
|
||||
"command": "-workbench.action.terminal.findPrevious",
|
||||
"when": "terminalFindFocused && terminalHasBeenCreated || terminalFindFocused && terminalProcessSupported || terminalFocusInAny && terminalHasBeenCreated || terminalFocusInAny && terminalProcessSupported"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+g",
|
||||
"command": "workbench.view.scm",
|
||||
"when": "workbench.scm.active"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+g",
|
||||
"command": "-workbench.view.scm",
|
||||
"when": "workbench.scm.active"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user