From 10f323c7e9fe9087f0404cc9b571a70c28338c5c Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Wed, 6 Dec 2023 17:52:32 +0100 Subject: [PATCH] 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 <755842+pokey@users.noreply.github.com> --- src/spoken_forms.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spoken_forms.json b/src/spoken_forms.json index 47bbfa6081..4c7ec7b5db 100644 --- a/src/spoken_forms.json +++ b/src/spoken_forms.json @@ -26,6 +26,7 @@ "hover": "showHover", "indent": "indentLine", "inspect": "showDebugHover", + "join": "joinLines", "post": "setSelectionAfter", "pour": "editNewLineAfter", "pre": "setSelectionBefore",