Skip to content

Commit 48e5565

Browse files
author
github-actions
committed
Deploy default-keybindings.md
from VSpaceCode/VSpaceCode@a437c9c
1 parent ea8f4ee commit 48e5565

File tree

1 file changed

+47
-34
lines changed

1 file changed

+47
-34
lines changed

docs/default-keybindings.md

Lines changed: 47 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,14 +1006,15 @@ Key Binding: <code>␣ m languageId:rust</code>
10061006

10071007
Type: <code>bindings</code>
10081008

1009-
| Key Binding | Name | Type | Command(s) |
1010-
| ---------------------------------- | ------------------ | -------------------- | -------------------------------- |
1011-
| <code>␣ m languageId:rust T</code> | Toggle inlay hints | command | `rust-analyzer.toggleInlayHints` |
1012-
| <code>␣ m languageId:rust =</code> | +Format | [bindings](#format) | N/A |
1013-
| <code>␣ m languageId:rust a</code> | +Actions | [bindings](#actions) | N/A |
1014-
| <code>␣ m languageId:rust b</code> | +Backend | [bindings](#backend) | N/A |
1015-
| <code>␣ m languageId:rust g</code> | +Goto | [bindings](#goto) | N/A |
1016-
| <code>␣ m languageId:rust G</code> | +Peek | [bindings](#peek) | N/A |
1009+
| Key Binding | Name | Type | Command(s) |
1010+
| ---------------------------------- | ------------------ | --------------------- | -------------------------------- |
1011+
| <code>␣ m languageId:rust T</code> | Toggle inlay hints | command | `rust-analyzer.toggleInlayHints` |
1012+
| <code>␣ m languageId:rust =</code> | +Format | [bindings](#format) | N/A |
1013+
| <code>␣ m languageId:rust a</code> | +Actions | [bindings](#actions) | N/A |
1014+
| <code>␣ m languageId:rust b</code> | +Backend | [bindings](#backend) | N/A |
1015+
| <code>␣ m languageId:rust g</code> | +Goto | [bindings](#goto) | N/A |
1016+
| <code>␣ m languageId:rust r</code> | +Refactor | [bindings](#refactor) | N/A |
1017+
| <code>␣ m languageId:rust G</code> | +Peek | [bindings](#peek) | N/A |
10171018

10181019
# TypeScript
10191020

@@ -2551,6 +2552,7 @@ Type: <code>bindings</code>
25512552
| Key Binding | Name | Type | Command(s) |
25522553
| -------------------------------------- | ------------- | ------- | ------------------------ |
25532554
| <code>␣ m languageId:python r .</code> | Refactor menu | command | `editor.action.refactor` |
2555+
| <code>␣ m languageId:python r r</code> | Rename symbol | command | `editor.action.rename` |
25542556
| <code>␣ m languageId:python r I</code> | Sort imports | command | `python.sortImports` |
25552557

25562558
# +REPL
@@ -2884,6 +2886,17 @@ Type: <code>bindings</code>
28842886
| <code>␣ m languageId:rust g R</code> | Find references | command | `references-view.findReferences` |
28852887
| <code>␣ m languageId:rust g S</code> | Go to symbol in project | command | `workbench.action.showAllSymbols` |
28862888

2889+
# +Refactor
2890+
2891+
Key Binding: <code>␣ m languageId:rust r</code>
2892+
2893+
Type: <code>bindings</code>
2894+
2895+
| Key Binding | Name | Type | Command(s) |
2896+
| ------------------------------------ | ------------- | ------- | ------------------------ |
2897+
| <code>␣ m languageId:rust r .</code> | Refactor menu | command | `editor.action.refactor` |
2898+
| <code>␣ m languageId:rust r r</code> | Rename symbol | command | `editor.action.rename` |
2899+
28872900
# +Peek
28882901

28892902
Key Binding: <code>␣ m languageId:rust G</code>
@@ -3042,67 +3055,67 @@ Key Binding: <code>␣ m languageId:clojure r a</code>
30423055

30433056
Type: <code>bindings</code>
30443057

3045-
| Key Binding | Name | Type | Command(s) |
3046-
| ----------------------------------------- | --------------------------------- | ------- | ---------------------------------- |
3047-
| <code>␣ m languageId:clojure r a l</code> | Add missing library specification | command | `calva.refactor.addMissingLibspec` |
3058+
| Key Binding | Name | Type | Command(s) |
3059+
| ----------------------------------------- | --------------------------------- | ------- | --------------------------------------- |
3060+
| <code>␣ m languageId:clojure r a l</code> | Add missing library specification | command | `clojureLsp.refactor.addMissingLibspec` |
30483061

30493062
# +Cycle clean convert
30503063

30513064
Key Binding: <code>␣ m languageId:clojure r c</code>
30523065

30533066
Type: <code>bindings</code>
30543067

3055-
| Key Binding | Name | Type | Command(s) |
3056-
| ----------------------------------------- | -------------------------- | ------- | ----------------------------- |
3057-
| <code>␣ m languageId:clojure r c n</code> | Clean namespace definition | command | `calva.refactor.cleanNs` |
3058-
| <code>␣ m languageId:clojure r c p</code> | Cycle privacy | command | `calva.refactor.cyclePrivacy` |
3068+
| Key Binding | Name | Type | Command(s) |
3069+
| ----------------------------------------- | -------------------------- | ------- | ---------------------------------- |
3070+
| <code>␣ m languageId:clojure r c n</code> | Clean namespace definition | command | `clojureLsp.refactor.cleanNs` |
3071+
| <code>␣ m languageId:clojure r c p</code> | Cycle privacy | command | `clojureLsp.refactor.cyclePrivacy` |
30593072

30603073
# +Extract expand
30613074

30623075
Key Binding: <code>␣ m languageId:clojure r e</code>
30633076

30643077
Type: <code>bindings</code>
30653078

3066-
| Key Binding | Name | Type | Command(s) |
3067-
| ----------------------------------------- | ---------------- | ------- | -------------------------------- |
3068-
| <code>␣ m languageId:clojure r e f</code> | Extract function | command | `calva.refactor.extractFunction` |
3069-
| <code>␣ m languageId:clojure r e l</code> | Expand let | command | `calva.refactor.expandLet` |
3079+
| Key Binding | Name | Type | Command(s) |
3080+
| ----------------------------------------- | ---------------- | ------- | ------------------------------------- |
3081+
| <code>␣ m languageId:clojure r e f</code> | Extract function | command | `clojureLsp.refactor.extractFunction` |
3082+
| <code>␣ m languageId:clojure r e l</code> | Expand let | command | `clojureLsp.refactor.expandLet` |
30703083

30713084
# +Introduce inline
30723085

30733086
Key Binding: <code>␣ m languageId:clojure r i</code>
30743087

30753088
Type: <code>bindings</code>
30763089

3077-
| Key Binding | Name | Type | Command(s) |
3078-
| ----------------------------------------- | ------------- | ------- | ----------------------------- |
3079-
| <code>␣ m languageId:clojure r i l</code> | Introduce let | command | `calva.refactor.introduceLet` |
3080-
| <code>␣ m languageId:clojure r i s</code> | Inline symbol | command | `calva.refactor.inlineSymbol` |
3090+
| Key Binding | Name | Type | Command(s) |
3091+
| ----------------------------------------- | ------------- | ------- | ---------------------------------- |
3092+
| <code>␣ m languageId:clojure r i l</code> | Introduce let | command | `clojureLsp.refactor.introduceLet` |
3093+
| <code>␣ m languageId:clojure r i s</code> | Inline symbol | command | `clojureLsp.refactor.inlineSymbol` |
30813094

30823095
# +Move
30833096

30843097
Key Binding: <code>␣ m languageId:clojure r m</code>
30853098

30863099
Type: <code>bindings</code>
30873100

3088-
| Key Binding | Name | Type | Command(s) |
3089-
| ----------------------------------------- | ----------- | ------- | -------------------------- |
3090-
| <code>␣ m languageId:clojure r m l</code> | Move to let | command | `calva.refactor.moveToLet` |
3101+
| Key Binding | Name | Type | Command(s) |
3102+
| ----------------------------------------- | ----------- | ------- | ------------------------------- |
3103+
| <code>␣ m languageId:clojure r m l</code> | Move to let | command | `clojureLsp.refactor.moveToLet` |
30913104

30923105
# +Thread macros
30933106

30943107
Key Binding: <code>␣ m languageId:clojure r t</code>
30953108

30963109
Type: <code>bindings</code>
30973110

3098-
| Key Binding | Name | Type | Command(s) |
3099-
| ----------------------------------------- | ----------------- | ------- | ------------------------------- |
3100-
| <code>␣ m languageId:clojure r t f</code> | Thread first | command | `calva.refactor.threadFirst` |
3101-
| <code>␣ m languageId:clojure r t l</code> | Thread last | command | `calva.refactor.threadLast` |
3102-
| <code>␣ m languageId:clojure r t u</code> | Unwind thread | command | `calva.refactor.unwindThread` |
3103-
| <code>␣ m languageId:clojure r t F</code> | Thread first all | command | `calva.refactor.threadFirstAll` |
3104-
| <code>␣ m languageId:clojure r t L</code> | Thread last all | command | `calva.refactor.threadLastAll` |
3105-
| <code>␣ m languageId:clojure r t U</code> | Unwind thread all | command | `calva.refactor.unwindThread` |
3111+
| Key Binding | Name | Type | Command(s) |
3112+
| ----------------------------------------- | ----------------- | ------- | ------------------------------------ |
3113+
| <code>␣ m languageId:clojure r t f</code> | Thread first | command | `clojureLsp.refactor.threadFirst` |
3114+
| <code>␣ m languageId:clojure r t l</code> | Thread last | command | `clojureLsp.refactor.threadLast` |
3115+
| <code>␣ m languageId:clojure r t u</code> | Unwind thread | command | `clojureLsp.refactor.unwindThread` |
3116+
| <code>␣ m languageId:clojure r t F</code> | Thread first all | command | `clojureLsp.refactor.threadFirstAll` |
3117+
| <code>␣ m languageId:clojure r t L</code> | Thread last all | command | `clojureLsp.refactor.threadLastAll` |
3118+
| <code>␣ m languageId:clojure r t U</code> | Unwind thread all | command | `clojureLsp.refactor.unwindThread` |
31063119

31073120
# +Create
31083121

0 commit comments

Comments
 (0)