Skip to content

Commit 756f8f4

Browse files
author
github-actions
committed
Deploy default-keybindings.md
from VSpaceCode/VSpaceCode@90be4cd
1 parent ef4212c commit 756f8f4

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

docs/default-keybindings.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -512,19 +512,19 @@ Key Binding: <code>␣ T</code>
512512

513513
Type: <code>bindings</code>
514514

515-
| Key Binding | Name | Type | Command(s) |
516-
| ------------------ | ----------------------------------- | ------- | ---------------------------------------------- |
517-
| <code>␣ T b</code> | Toggle side bar visibility | command | `workbench.action.toggleSidebarVisibility` |
518-
| <code>␣ T c</code> | Toggle centered layout | command | `workbench.action.toggleCenteredLayout` |
519-
| <code>␣ T i</code> | Select icon theme | command | `workbench.action.selectIconTheme` |
520-
| <code>␣ T j</code> | Toggle panel visibility | command | `workbench.action.togglePanel` |
521-
| <code>␣ T m</code> | Toggle maximized panel | command | `workbench.action.toggleMaximizedPanel` |
522-
| <code>␣ T s</code> | Select theme | command | `workbench.action.selectTheme` |
523-
| <code>␣ T t</code> | Toggle tool/activity bar visibility | command | `workbench.action.toggleActivityBarVisibility` |
524-
| <code>␣ T z</code> | Toggle zen mode | command | `workbench.action.toggleZenMode` |
525-
| <code>␣ T F</code> | Toggle full screen | command | `workbench.action.toggleFullScreen` |
526-
| <code>␣ T M</code> | Toggle minimap | command | `editor.action.toggleMinimap` |
527-
| <code>␣ T T</code> | Toggle tab visibility | command | `workbench.action.toggleTabsVisibility` |
515+
| Key Binding | Name | Type | Command(s) |
516+
| ------------------ | ----------------------------------- | ------------------------------------- | ---------------------------------------------- |
517+
| <code>␣ T b</code> | Toggle side bar visibility | command | `workbench.action.toggleSidebarVisibility` |
518+
| <code>␣ T c</code> | Toggle centered layout | command | `workbench.action.toggleCenteredLayout` |
519+
| <code>␣ T i</code> | Select icon theme | command | `workbench.action.selectIconTheme` |
520+
| <code>␣ T j</code> | Toggle panel visibility | command | `workbench.action.togglePanel` |
521+
| <code>␣ T m</code> | Toggle maximized panel | command | `workbench.action.toggleMaximizedPanel` |
522+
| <code>␣ T s</code> | Select theme | command | `workbench.action.selectTheme` |
523+
| <code>␣ T t</code> | Toggle tool/activity bar visibility | command | `workbench.action.toggleActivityBarVisibility` |
524+
| <code>␣ T z</code> | Toggle zen mode | command | `workbench.action.toggleZenMode` |
525+
| <code>␣ T F</code> | Toggle full screen | command | `workbench.action.toggleFullScreen` |
526+
| <code>␣ T M</code> | Toggle minimap | command | `editor.action.toggleMinimap` |
527+
| <code>␣ T T</code> | Toggle tab visibility | [conditional](#toggle-tab-visibility) | N/A |
528528

529529
# +New Buffer
530530

@@ -1226,6 +1226,17 @@ Type: <code>bindings</code>
12261226
| <code>␣ z . G</code> | Open: all regions | command | `editor.unfoldAllMarkerRegions` |
12271227
| <code>␣ z . O</code> | Open: recursively | command | `editor.unfoldRecursively` |
12281228

1229+
# Toggle tab visibility
1230+
1231+
Key Binding: <code>␣ T T</code>
1232+
1233+
Type: <code>conditional</code>
1234+
1235+
| Condition | Name | Type | Command(s) |
1236+
| ----------------------------------- | ---------------- | ------- | ----------------------------------------- |
1237+
| | Show editor tabs | command | `workbench.action.showMultipleEditorTabs` |
1238+
| <code>when:editorTabsVisible</code> | Hide editor tabs | command | `workbench.action.hideEditorTabs` |
1239+
12291240
# Next breakpoint
12301241

12311242
Key Binding: <code>␣ d b n</code>

0 commit comments

Comments
 (0)