Add additional commands for keybindings: Terminal, Editor, Project panel, Cursor #36308
Closed
hisbvdis
started this conversation in
Config, Settings and Keymaps
Replies: 2 comments
-
Found, that these commands exist: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found out that these commands might be implemented with negative context. {
"context": "!Editor",
"bindings": {
"ctrl-e": "editor::ToggleFocus"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
❓Add command "Set focus on Terminal panel"
Not just "Toggle focus"
VSCode command:
workbench.action.terminal.focusAdd command "Increase/Decrease Terminal panel height"
Even if it doesn't has focus
VSCode command:
workbench.action.terminal.resizePaneDown,workbench.action.terminal.resizePaneUp)❓Add command "Set focus on Editor"
Not just "Toggle focus"
VSCode command:
workbench.action.focusActiveEditorGroup❓Add command "Set focus on Project Panel"
Not just "Toggle focus"
VSCode command:
workbench.files.action.focusFilesExplorerAdd command "Increase/Decrease Project panel width"
Even if it doesn't has focus
VSCode command: no
☑ Add command "Add another cursor above/below"
VSCode command:
editor.action.insertCursorAboveandeditor.action.insertCursorBelowBeta Was this translation helpful? Give feedback.
All reactions