We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0fc20 commit 067392cCopy full SHA for 067392c
src/spoken_forms.json
@@ -14,6 +14,7 @@
14
"comment": "toggleLineComment",
15
"copy": "copyToClipboard",
16
"crown": "scrollToTop",
17
+ "decrement": "decrement",
18
"dedent": "outdentLine",
19
"define": "revealDefinition",
20
"drink": "editNewLineBefore",
@@ -25,6 +26,7 @@
25
26
"give": "deselect",
27
"highlight": "highlight",
28
"hover": "showHover",
29
+ "increment": "increment",
30
"indent": "indentLine",
31
"inspect": "showDebugHover",
32
"join": "joinLines",
0 commit comments