Skip to content

Commit

Permalink
Added join lines action (#1901)
Browse files Browse the repository at this point in the history
`"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 <755842+pokey@users.noreply.github.com>
  • Loading branch information
2 people authored and cursorless-bot committed Dec 6, 2023
1 parent 9483b22 commit 6363a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spoken_forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"hover": "showHover",
"indent": "indentLine",
"inspect": "showDebugHover",
"join": "joinLines",
"post": "setSelectionAfter",
"pour": "editNewLineAfter",
"pre": "setSelectionBefore",
Expand Down

0 comments on commit 6363a4a

Please sign in to comment.