Skip to content

Commit 067392c

Browse files
AndreasArvidssonpokey
authored andcommitted
Added increment and decrement actions (#2236)
Fixes #2192 ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet --------- Co-authored-by: Pokey Rule <[email protected]>
1 parent cf0fc20 commit 067392c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spoken_forms.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"comment": "toggleLineComment",
1515
"copy": "copyToClipboard",
1616
"crown": "scrollToTop",
17+
"decrement": "decrement",
1718
"dedent": "outdentLine",
1819
"define": "revealDefinition",
1920
"drink": "editNewLineBefore",
@@ -25,6 +26,7 @@
2526
"give": "deselect",
2627
"highlight": "highlight",
2728
"hover": "showHover",
29+
"increment": "increment",
2830
"indent": "indentLine",
2931
"inspect": "showDebugHover",
3032
"join": "joinLines",

0 commit comments

Comments
 (0)