Skip to content

Commit d8bf56d

Browse files
author
github-actions
committed
Deploy default-keybindings.md
from VSpaceCode/VSpaceCode@ecf8fc9
1 parent 56f86a6 commit d8bf56d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

‎docs/default-keybindings.md‎

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ Type: <code>bindings</code>
400400
| <code>␣ w =</code> | Reset window sizes | command |`workbench.action.evenEditorWidths`|
401401
| <code>␣ w [</code> | Shrink window |[transient](#shrink-window)|`workbench.action.decreaseViewSize`|
402402
| <code>␣ w ]</code> | Enlarge window |[transient](#enlarge-window)|`workbench.action.increaseViewSize`|
403+
| <code>␣ w 1</code> | Single column window layout | command |`workbench.action.editorLayoutSingle`|
404+
| <code>␣ w 2</code> | Double column window layout | command |`workbench.action.editorLayoutTwoColumns`|
405+
| <code>␣ w 3</code> | Triple column window layout | command |`workbench.action.editorLayoutThreeColumns`|
406+
| <code>␣ w 4</code> | Grid window layout | command |`workbench.action.editorLayoutTwoByTwoGrid`|
403407
| <code>␣ w d</code> | Close window | command |`workbench.action.closeEditorsInGroup`|
404408
| <code>␣ w h</code> | Focus window left | command |`workbench.action.navigateLeft`|
405409
| <code>␣ w j</code> | Focus window down | command |`workbench.action.navigateDown`|
@@ -760,7 +764,7 @@ Type: <code>bindings</code>
760764
| <code>␣ m languageId:dart A</code> | Attach to process | command |`flutter.attachProcess`|
761765
| <code>␣ m languageId:dart D</code> | Flutter doctor | command |`flutter.doctor`|
762766
| <code>␣ m languageId:dart E</code> | Launch emulator | command |`flutter.launchEmulator`|
763-
| <code>␣ m languageId:dart P</code> | Profile app | command |`flutter.profileApp`|
767+
| <code>␣ m languageId:dart P</code> | Profile app | command |`flutter.runProfileMode`|
764768
| <code>␣ m languageId:dart R</code> | Hot restart | command |`flutter.hotRestart`|
765769
| <code>␣ m languageId:dart S</code> | Screenshot | command |`flutter.screenshot`|
766770
| <code>␣ m languageId:dart =</code> | +Format |[bindings](#format)| N/A |
@@ -1647,7 +1651,6 @@ Type: <code>bindings</code>
16471651
| <code>␣ m languageId:dart o l</code> | DevTools logging | command |`dart.openDevToolsLogging`|
16481652
| <code>␣ m languageId:dart o m</code> | DevTools memory | command |`dart.openDevToolsMemory`|
16491653
| <code>␣ m languageId:dart o n</code> | DevTools network | command |`dart.openDevToolsNetwork`|
1650-
| <code>␣ m languageId:dart o t</code> | Timeline | command |`flutter.openTimeline`|
16511654

16521655
# +Project/Packages
16531656

@@ -1682,14 +1685,13 @@ Key Binding: <code>␣ m languageId:dart t</code>
16821685

16831686
Type: <code>bindings</code>
16841687

1685-
| Key Binding | Name | Type | Command(s) |
1686-
| ------------------------------------ | -------------------- | ------- | ---------------------------------------- |
1687-
| <code>␣ m languageId:dart t c</code> | Clear test results | command |`dart.clearTestResults`|
1688-
| <code>␣ m languageId:dart t d</code> | Debug test at cursor | command |`dart.debugTestAtCursor`|
1689-
| <code>␣ m languageId:dart t f</code> | Run failed tests | command |`dart.runAllFailedTestsWithoutDebugging`|
1690-
| <code>␣ m languageId:dart t r</code> | Run tests | command |`dart.runAllTestsWithoutDebugging`|
1691-
| <code>␣ m languageId:dart t s</code> | Run skipped tests | command |`dart.runAllTestsWithoutDebugging`|
1692-
| <code>␣ m languageId:dart t t</code> | Run test at cursor | command |`dart.runTestAtCursor`|
1688+
| Key Binding | Name | Type | Command(s) |
1689+
| ------------------------------------ | -------------------- | ------- | --------------------------- |
1690+
| <code>␣ m languageId:dart t c</code> | Clear test results | command |`testing.clearTestResults`|
1691+
| <code>␣ m languageId:dart t d</code> | Debug test at cursor | command |`testing.debugTestAtCursor`|
1692+
| <code>␣ m languageId:dart t f</code> | Run failed tests | command |`testing.reRunFailTests`|
1693+
| <code>␣ m languageId:dart t r</code> | Run tests | command |`testing.runAll`|
1694+
| <code>␣ m languageId:dart t t</code> | Run test at cursor | command |`testing.runTestAtCursor`|
16931695

16941696
# +Peek
16951697

0 commit comments

Comments
(0)