Skip to content

Commit 6363a4a

Browse files
AndreasArvidssonpokey
authored andcommitted
Added join lines action (#1901)
`"join air"` `"join block air"` Fixes #50 ## 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 9483b22 commit 6363a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spoken_forms.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"hover": "showHover",
2727
"indent": "indentLine",
2828
"inspect": "showDebugHover",
29+
"join": "joinLines",
2930
"post": "setSelectionAfter",
3031
"pour": "editNewLineAfter",
3132
"pre": "setSelectionBefore",

0 commit comments

Comments
 (0)