From ef4212c15ba88433a8f413549755d7cdee7a222e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Nov 2024 20:10:55 +0000 Subject: [PATCH] Deploy default-keybindings.md from VSpaceCode/VSpaceCode@3e79060d5e9bef0518c76ee2c28d942f21c4531e --- docs/default-keybindings.md | 110 ++++++++++++++++++++++++++++++++++-- 1 file changed, 105 insertions(+), 5 deletions(-) diff --git a/docs/default-keybindings.md b/docs/default-keybindings.md index acbff7d..4ebc723 100644 --- a/docs/default-keybindings.md +++ b/docs/default-keybindings.md @@ -290,6 +290,7 @@ Type: conditional | ------------------------------------ | ------------ | ------------------------- | ---------- | | languageId:agda | Agda | [bindings](#agda) | N/A | | languageId:clojure | Clojure | [bindings](#clojure) | N/A | +| languageId:c | C | [bindings](#c) | N/A | | languageId:coq | coq | [bindings](#coq) | N/A | | languageId:cpp | C++ | [bindings](#c) | N/A | | languageId:csharp | C# | [bindings](#c) | N/A | @@ -397,13 +398,13 @@ Type: bindings | ------------------ | ------------------------------------- | ---------------------------- | --------------------------------------------- | | ␣ w - | Split window below | command | `workbench.action.splitEditorDown` | | ␣ w / | Split window right | command | `workbench.action.splitEditor` | -| ␣ w = | Reset window sizes | command | `workbench.action.evenEditorWidths` | -| ␣ w [ | Shrink window | [transient](#shrink-window) | `workbench.action.decreaseViewSize` | -| ␣ w ] | Enlarge window | [transient](#enlarge-window) | `workbench.action.increaseViewSize` | | ␣ w 1 | Single column window layout | command | `workbench.action.editorLayoutSingle` | | ␣ w 2 | Double column window layout | command | `workbench.action.editorLayoutTwoColumns` | | ␣ w 3 | Triple column window layout | command | `workbench.action.editorLayoutThreeColumns` | | ␣ w 4 | Grid window layout | command | `workbench.action.editorLayoutTwoByTwoGrid` | +| ␣ w = | Reset window sizes | command | `workbench.action.evenEditorWidths` | +| ␣ w [ | Shrink window | [transient](#shrink-window) | `workbench.action.decreaseViewSize` | +| ␣ w ] | Enlarge window | [transient](#enlarge-window) | `workbench.action.increaseViewSize` | | ␣ w d | Close window | command | `workbench.action.closeEditorsInGroup` | | ␣ w h | Focus window left | command | `workbench.action.navigateLeft` | | ␣ w j | Focus window down | command | `workbench.action.navigateDown` | @@ -694,6 +695,20 @@ Type: bindings | ␣ m languageId:clojure t | +Tests | [bindings](#tests) | N/A | | ␣ m languageId:clojure T | +Toggle | [bindings](#toggle) | N/A | +# C + +Key Binding: ␣ m languageId:c + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| ------------------------------- | --------- | --------------------- | ---------- | +| ␣ m languageId:c = | +Format | [bindings](#format) | N/A | +| ␣ m languageId:c b | +Backend | [bindings](#backend) | N/A | +| ␣ m languageId:c g | +Go to | [bindings](#go-to) | N/A | +| ␣ m languageId:c r | +Refactor | [bindings](#refactor) | N/A | +| ␣ m languageId:c G | +Peek | [bindings](#peek) | N/A | + # coq Key Binding: ␣ m languageId:coq @@ -955,14 +970,16 @@ Type: bindings | Key Binding | Name | Type | Command(s) | | ------------------------------------ | ---------------------- | ------------------------- | --------------------------------- | +| ␣ m languageId:quarto ' | Create R Terminal | command | `r.createRTerm` | | ␣ m languageId:quarto d | Debugonce R | command | `r.runCommandWithSelectionOrWord` | | ␣ m languageId:quarto h | Help R | command | `r.helpPanel.openForSelection` | | ␣ m languageId:quarto i | Insert cell | command | `quarto.insertCodeCell` | -| ␣ m languageId:quarto m | Run current cell | command | `quarto.runCurrentCell` | +| ␣ m languageId:quarto m | Create R Terminal | command | `r.createRTerm` | | ␣ m languageId:quarto o | Objects in workspace R | command | `r.runCommand` | -| ␣ m languageId:quarto p | Render | command | `quarto.render` | +| ␣ m languageId:quarto p | Render | command | `quarto.renderDocument` | | ␣ m languageId:quarto s | Run selection | command | `quarto.runSelection` | | ␣ m languageId:quarto R | Restart R | command | `r.runCommand` | +| ␣ m languageId:quarto S | Run current cell | command | `quarto.runCurrentCell` | | ␣ m languageId:quarto = | +Format | [bindings](#format) | N/A | | ␣ m languageId:quarto a | +Code actions | [bindings](#code-actions) | N/A | | ␣ m languageId:quarto f | +Fold | [bindings](#fold) | N/A | @@ -979,14 +996,17 @@ Type: bindings | Key Binding | Name | Type | Command(s) | | ------------------------------- | ---------------------- | ------------------------- | --------------------------------- | +| ␣ m languageId:r ' | Create R Terminal | command | `r.createRTerm` | | ␣ m languageId:r d | Debugonce | command | `r.runCommandWithSelectionOrWord` | | ␣ m languageId:r h | Help | command | `r.helpPanel.openForSelection` | +| ␣ m languageId:r m | Create R Terminal | command | `r.createRTerm` | | ␣ m languageId:r o | Objects in workspace R | command | `r.runCommand` | | ␣ m languageId:r s | Run selection | command | `r.runSelection` | | ␣ m languageId:r R | Restart R | command | `r.runCommand` | | ␣ m languageId:r = | +Format | [bindings](#format) | N/A | | ␣ m languageId:r a | +Code actions | [bindings](#code-actions) | N/A | | ␣ m languageId:r g | +Go to | [bindings](#go-to) | N/A | +| ␣ m languageId:r p | +Package | [bindings](#package) | N/A | | ␣ m languageId:r r | +Refactor | [bindings](#refactor) | N/A | | ␣ m languageId:r v | +View | [bindings](#view) | N/A | | ␣ m languageId:r G | +Peek | [bindings](#peek) | N/A | @@ -1366,6 +1386,72 @@ Type: bindings | --------------------------------------- | --------------------------- | ------- | ------------------------- | | ␣ m languageId:clojure T p | Toggle pretty print results | command | `calva.togglePrettyPrint` | +# +Format + +Key Binding: ␣ m languageId:c = + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ------------------------------- | ------- | ---------------------------------------- | +| ␣ m languageId:c = = | Format region or buffer | command | `editor.action.format` | +| ␣ m languageId:c = b | Format buffer | command | `editor.action.formatDocument` | +| ␣ m languageId:c = c | Format changes | command | `editor.action.formatChanges` | +| ␣ m languageId:c = s | Format selection | command | `editor.action.formatSelection` | +| ␣ m languageId:c = B | Format buffer with formatter | command | `editor.action.formatDocument.multiple` | +| ␣ m languageId:c = S | Format selection with formatter | command | `editor.action.formatSelection.multiple` | + +# +Backend + +Key Binding: ␣ m languageId:c b + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ---------------- | ------- | ----------------------- | +| ␣ m languageId:c b d | Reset Database | command | `C_Cpp.ResetDatabase` | +| ␣ m languageId:c b w | Rescan Workspace | command | `C_Cpp.RescanWorkspace` | + +# +Go to + +Key Binding: ␣ m languageId:c g + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ----------------------- | ------- | ------------------------------------------------- | +| ␣ m languageId:c g a | Switch Header/Source | command | `C_Cpp.SwitchHeaderSource` | +| ␣ m languageId:c g d | Go to declaration | command | `editor.action.revealDeclaration` | +| ␣ m languageId:c g e | Go to errors/problems | command | `workbench.actions.view.problems` | +| ␣ m languageId:c g f | Go to file in explorer | command | `workbench.files.action.showActiveFileInExplorer` | +| ␣ m languageId:c g g | Go to definition | command | `editor.action.revealDefinition` | +| ␣ m languageId:c g r | Go to reference | command | `editor.action.goToReferences` | +| ␣ m languageId:c g s | Go to symbol in buffer | command | `workbench.action.gotoSymbol` | +| ␣ m languageId:c g R | Find references | command | `references-view.findReferences` | +| ␣ m languageId:c g S | Go to symbol in project | command | `workbench.action.showAllSymbols` | + +# +Refactor + +Key Binding: ␣ m languageId:c r + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ------------- | ------- | ---------------------- | +| ␣ m languageId:c r r | Rename Symbol | command | `editor.action.rename` | + +# +Peek + +Key Binding: ␣ m languageId:c G + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ---------------- | ------- | --------------------------------------- | +| ␣ m languageId:c G d | Peek declaration | command | `editor.action.peekDeclaration` | +| ␣ m languageId:c G g | Peek definition | command | `editor.action.peekDefinition` | +| ␣ m languageId:c G r | Peek references | command | `editor.action.referenceSearch.trigger` | + # Ask prover Key Binding: ␣ m languageId:coq a @@ -2739,6 +2825,20 @@ Type: bindings | ␣ m languageId:r g R | Find references | command | `references-view.findReferences` | | ␣ m languageId:r g S | Go to symbol in project | command | `workbench.action.showAllSymbols` | +# +Package + +Key Binding: ␣ m languageId:r p + +Type: bindings + +| Key Binding | Name | Type | Command(s) | +| --------------------------------- | ------------------ | ------- | -------------- | +| ␣ m languageId:r p c | Check | command | `r.check` | +| ␣ m languageId:r p d | Document | command | `r.document` | +| ␣ m languageId:r p l | Load All | command | `r.loadAll` | +| ␣ m languageId:r p p | pgkdown build site | command | `r.runCommand` | +| ␣ m languageId:r p t | Test | command | `r.test` | + # +Refactor Key Binding: ␣ m languageId:r r