Skip to content

Commit ef4212c

Browse files
author
github-actions
committed
Deploy default-keybindings.md
from VSpaceCode/VSpaceCode@3e79060
1 parent 2b7fb47 commit ef4212c

File tree

1 file changed

+105
-5
lines changed

1 file changed

+105
-5
lines changed

docs/default-keybindings.md

Lines changed: 105 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Type: <code>conditional</code>
290290
| ------------------------------------ | ------------ | ------------------------- | ---------- |
291291
| <code>languageId:agda</code> | Agda | [bindings](#agda) | N/A |
292292
| <code>languageId:clojure</code> | Clojure | [bindings](#clojure) | N/A |
293+
| <code>languageId:c</code> | C | [bindings](#c) | N/A |
293294
| <code>languageId:coq</code> | coq | [bindings](#coq) | N/A |
294295
| <code>languageId:cpp</code> | C++ | [bindings](#c) | N/A |
295296
| <code>languageId:csharp</code> | C# | [bindings](#c) | N/A |
@@ -397,13 +398,13 @@ Type: <code>bindings</code>
397398
| ------------------ | ------------------------------------- | ---------------------------- | --------------------------------------------- |
398399
| <code>␣ w -</code> | Split window below | command | `workbench.action.splitEditorDown` |
399400
| <code>␣ w /</code> | Split window right | command | `workbench.action.splitEditor` |
400-
| <code>␣ w =</code> | Reset window sizes | command | `workbench.action.evenEditorWidths` |
401-
| <code>␣ w [</code> | Shrink window | [transient](#shrink-window) | `workbench.action.decreaseViewSize` |
402-
| <code>␣ w ]</code> | Enlarge window | [transient](#enlarge-window) | `workbench.action.increaseViewSize` |
403401
| <code>␣ w 1</code> | Single column window layout | command | `workbench.action.editorLayoutSingle` |
404402
| <code>␣ w 2</code> | Double column window layout | command | `workbench.action.editorLayoutTwoColumns` |
405403
| <code>␣ w 3</code> | Triple column window layout | command | `workbench.action.editorLayoutThreeColumns` |
406404
| <code>␣ w 4</code> | Grid window layout | command | `workbench.action.editorLayoutTwoByTwoGrid` |
405+
| <code>␣ w =</code> | Reset window sizes | command | `workbench.action.evenEditorWidths` |
406+
| <code>␣ w [</code> | Shrink window | [transient](#shrink-window) | `workbench.action.decreaseViewSize` |
407+
| <code>␣ w ]</code> | Enlarge window | [transient](#enlarge-window) | `workbench.action.increaseViewSize` |
407408
| <code>␣ w d</code> | Close window | command | `workbench.action.closeEditorsInGroup` |
408409
| <code>␣ w h</code> | Focus window left | command | `workbench.action.navigateLeft` |
409410
| <code>␣ w j</code> | Focus window down | command | `workbench.action.navigateDown` |
@@ -694,6 +695,20 @@ Type: <code>bindings</code>
694695
| <code>␣ m languageId:clojure t</code> | +Tests | [bindings](#tests) | N/A |
695696
| <code>␣ m languageId:clojure T</code> | +Toggle | [bindings](#toggle) | N/A |
696697

698+
# C
699+
700+
Key Binding: <code>␣ m languageId:c</code>
701+
702+
Type: <code>bindings</code>
703+
704+
| Key Binding | Name | Type | Command(s) |
705+
| ------------------------------- | --------- | --------------------- | ---------- |
706+
| <code>␣ m languageId:c =</code> | +Format | [bindings](#format) | N/A |
707+
| <code>␣ m languageId:c b</code> | +Backend | [bindings](#backend) | N/A |
708+
| <code>␣ m languageId:c g</code> | +Go to | [bindings](#go-to) | N/A |
709+
| <code>␣ m languageId:c r</code> | +Refactor | [bindings](#refactor) | N/A |
710+
| <code>␣ m languageId:c G</code> | +Peek | [bindings](#peek) | N/A |
711+
697712
# coq
698713

699714
Key Binding: <code>␣ m languageId:coq</code>
@@ -955,14 +970,16 @@ Type: <code>bindings</code>
955970

956971
| Key Binding | Name | Type | Command(s) |
957972
| ------------------------------------ | ---------------------- | ------------------------- | --------------------------------- |
973+
| <code>␣ m languageId:quarto '</code> | Create R Terminal | command | `r.createRTerm` |
958974
| <code>␣ m languageId:quarto d</code> | Debugonce R | command | `r.runCommandWithSelectionOrWord` |
959975
| <code>␣ m languageId:quarto h</code> | Help R | command | `r.helpPanel.openForSelection` |
960976
| <code>␣ m languageId:quarto i</code> | Insert cell | command | `quarto.insertCodeCell` |
961-
| <code>␣ m languageId:quarto m</code> | Run current cell | command | `quarto.runCurrentCell` |
977+
| <code>␣ m languageId:quarto m</code> | Create R Terminal | command | `r.createRTerm` |
962978
| <code>␣ m languageId:quarto o</code> | Objects in workspace R | command | `r.runCommand` |
963-
| <code>␣ m languageId:quarto p</code> | Render | command | `quarto.render` |
979+
| <code>␣ m languageId:quarto p</code> | Render | command | `quarto.renderDocument` |
964980
| <code>␣ m languageId:quarto s</code> | Run selection | command | `quarto.runSelection` |
965981
| <code>␣ m languageId:quarto R</code> | Restart R | command | `r.runCommand` |
982+
| <code>␣ m languageId:quarto S</code> | Run current cell | command | `quarto.runCurrentCell` |
966983
| <code>␣ m languageId:quarto =</code> | +Format | [bindings](#format) | N/A |
967984
| <code>␣ m languageId:quarto a</code> | +Code actions | [bindings](#code-actions) | N/A |
968985
| <code>␣ m languageId:quarto f</code> | +Fold | [bindings](#fold) | N/A |
@@ -979,14 +996,17 @@ Type: <code>bindings</code>
979996

980997
| Key Binding | Name | Type | Command(s) |
981998
| ------------------------------- | ---------------------- | ------------------------- | --------------------------------- |
999+
| <code>␣ m languageId:r '</code> | Create R Terminal | command | `r.createRTerm` |
9821000
| <code>␣ m languageId:r d</code> | Debugonce | command | `r.runCommandWithSelectionOrWord` |
9831001
| <code>␣ m languageId:r h</code> | Help | command | `r.helpPanel.openForSelection` |
1002+
| <code>␣ m languageId:r m</code> | Create R Terminal | command | `r.createRTerm` |
9841003
| <code>␣ m languageId:r o</code> | Objects in workspace R | command | `r.runCommand` |
9851004
| <code>␣ m languageId:r s</code> | Run selection | command | `r.runSelection` |
9861005
| <code>␣ m languageId:r R</code> | Restart R | command | `r.runCommand` |
9871006
| <code>␣ m languageId:r =</code> | +Format | [bindings](#format) | N/A |
9881007
| <code>␣ m languageId:r a</code> | +Code actions | [bindings](#code-actions) | N/A |
9891008
| <code>␣ m languageId:r g</code> | +Go to | [bindings](#go-to) | N/A |
1009+
| <code>␣ m languageId:r p</code> | +Package | [bindings](#package) | N/A |
9901010
| <code>␣ m languageId:r r</code> | +Refactor | [bindings](#refactor) | N/A |
9911011
| <code>␣ m languageId:r v</code> | +View | [bindings](#view) | N/A |
9921012
| <code>␣ m languageId:r G</code> | +Peek | [bindings](#peek) | N/A |
@@ -1366,6 +1386,72 @@ Type: <code>bindings</code>
13661386
| --------------------------------------- | --------------------------- | ------- | ------------------------- |
13671387
| <code>␣ m languageId:clojure T p</code> | Toggle pretty print results | command | `calva.togglePrettyPrint` |
13681388

1389+
# +Format
1390+
1391+
Key Binding: <code>␣ m languageId:c =</code>
1392+
1393+
Type: <code>bindings</code>
1394+
1395+
| Key Binding | Name | Type | Command(s) |
1396+
| --------------------------------- | ------------------------------- | ------- | ---------------------------------------- |
1397+
| <code>␣ m languageId:c = =</code> | Format region or buffer | command | `editor.action.format` |
1398+
| <code>␣ m languageId:c = b</code> | Format buffer | command | `editor.action.formatDocument` |
1399+
| <code>␣ m languageId:c = c</code> | Format changes | command | `editor.action.formatChanges` |
1400+
| <code>␣ m languageId:c = s</code> | Format selection | command | `editor.action.formatSelection` |
1401+
| <code>␣ m languageId:c = B</code> | Format buffer with formatter | command | `editor.action.formatDocument.multiple` |
1402+
| <code>␣ m languageId:c = S</code> | Format selection with formatter | command | `editor.action.formatSelection.multiple` |
1403+
1404+
# +Backend
1405+
1406+
Key Binding: <code>␣ m languageId:c b</code>
1407+
1408+
Type: <code>bindings</code>
1409+
1410+
| Key Binding | Name | Type | Command(s) |
1411+
| --------------------------------- | ---------------- | ------- | ----------------------- |
1412+
| <code>␣ m languageId:c b d</code> | Reset Database | command | `C_Cpp.ResetDatabase` |
1413+
| <code>␣ m languageId:c b w</code> | Rescan Workspace | command | `C_Cpp.RescanWorkspace` |
1414+
1415+
# +Go to
1416+
1417+
Key Binding: <code>␣ m languageId:c g</code>
1418+
1419+
Type: <code>bindings</code>
1420+
1421+
| Key Binding | Name | Type | Command(s) |
1422+
| --------------------------------- | ----------------------- | ------- | ------------------------------------------------- |
1423+
| <code>␣ m languageId:c g a</code> | Switch Header/Source | command | `C_Cpp.SwitchHeaderSource` |
1424+
| <code>␣ m languageId:c g d</code> | Go to declaration | command | `editor.action.revealDeclaration` |
1425+
| <code>␣ m languageId:c g e</code> | Go to errors/problems | command | `workbench.actions.view.problems` |
1426+
| <code>␣ m languageId:c g f</code> | Go to file in explorer | command | `workbench.files.action.showActiveFileInExplorer` |
1427+
| <code>␣ m languageId:c g g</code> | Go to definition | command | `editor.action.revealDefinition` |
1428+
| <code>␣ m languageId:c g r</code> | Go to reference | command | `editor.action.goToReferences` |
1429+
| <code>␣ m languageId:c g s</code> | Go to symbol in buffer | command | `workbench.action.gotoSymbol` |
1430+
| <code>␣ m languageId:c g R</code> | Find references | command | `references-view.findReferences` |
1431+
| <code>␣ m languageId:c g S</code> | Go to symbol in project | command | `workbench.action.showAllSymbols` |
1432+
1433+
# +Refactor
1434+
1435+
Key Binding: <code>␣ m languageId:c r</code>
1436+
1437+
Type: <code>bindings</code>
1438+
1439+
| Key Binding | Name | Type | Command(s) |
1440+
| --------------------------------- | ------------- | ------- | ---------------------- |
1441+
| <code>␣ m languageId:c r r</code> | Rename Symbol | command | `editor.action.rename` |
1442+
1443+
# +Peek
1444+
1445+
Key Binding: <code>␣ m languageId:c G</code>
1446+
1447+
Type: <code>bindings</code>
1448+
1449+
| Key Binding | Name | Type | Command(s) |
1450+
| --------------------------------- | ---------------- | ------- | --------------------------------------- |
1451+
| <code>␣ m languageId:c G d</code> | Peek declaration | command | `editor.action.peekDeclaration` |
1452+
| <code>␣ m languageId:c G g</code> | Peek definition | command | `editor.action.peekDefinition` |
1453+
| <code>␣ m languageId:c G r</code> | Peek references | command | `editor.action.referenceSearch.trigger` |
1454+
13691455
# Ask prover
13701456

13711457
Key Binding: <code>␣ m languageId:coq a</code>
@@ -2739,6 +2825,20 @@ Type: <code>bindings</code>
27392825
| <code>␣ m languageId:r g R</code> | Find references | command | `references-view.findReferences` |
27402826
| <code>␣ m languageId:r g S</code> | Go to symbol in project | command | `workbench.action.showAllSymbols` |
27412827

2828+
# +Package
2829+
2830+
Key Binding: <code>␣ m languageId:r p</code>
2831+
2832+
Type: <code>bindings</code>
2833+
2834+
| Key Binding | Name | Type | Command(s) |
2835+
| --------------------------------- | ------------------ | ------- | -------------- |
2836+
| <code>␣ m languageId:r p c</code> | Check | command | `r.check` |
2837+
| <code>␣ m languageId:r p d</code> | Document | command | `r.document` |
2838+
| <code>␣ m languageId:r p l</code> | Load All | command | `r.loadAll` |
2839+
| <code>␣ m languageId:r p p</code> | pgkdown build site | command | `r.runCommand` |
2840+
| <code>␣ m languageId:r p t</code> | Test | command | `r.test` |
2841+
27422842
# +Refactor
27432843

27442844
Key Binding: <code>␣ m languageId:r r</code>

0 commit comments

Comments
 (0)