@@ -512,19 +512,19 @@ Key Binding: <code>␣ T</code>
512
512
513
513
Type: <code >bindings</code >
514
514
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 |
528
528
529
529
# +New Buffer
530
530
@@ -1226,6 +1226,17 @@ Type: <code>bindings</code>
1226
1226
| <code >␣ z . G</code > | Open: all regions | command | ` editor.unfoldAllMarkerRegions ` |
1227
1227
| <code >␣ z . O</code > | Open: recursively | command | ` editor.unfoldRecursively ` |
1228
1228
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
+
1229
1240
# Next breakpoint
1230
1241
1231
1242
Key Binding: <code >␣ d b n</code >
0 commit comments