Skip to content

Commit eda69e0

Browse files
Updated old references from "snippet make" to "snip make" (#3292)
1 parent 95d4e61 commit eda69e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cursorless-talon-dev/src/cursorless_dev.talon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tag: user.cursorless
3232
{user.cursorless_homophone} update cheatsheet:
3333
user.private_cursorless_cheat_sheet_update_json()
3434

35-
test snippet make <user.cursorless_target>:
35+
test snip make <user.cursorless_target>:
3636
user.private_cursorless_make_snippet_test(cursorless_target)
3737

3838
parse tree <user.cursorless_target>:

packages/lib-engine/src/actions/GenerateSnippet/GenerateSnippet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class GenerateSnippet {
7575

7676
// NB: We don't await the pending edit decoration so that if the user
7777
// immediately starts saying the name of the snippet (eg command chain
78-
// "snippet make funk camel my function"), we're more likely to
78+
// "snip make funk camel my function"), we're more likely to
7979
// win the race and have the input box ready for them
8080
void flashTargets(this.ide, targets, FlashStyle.referenced);
8181

packages/lib-engine/src/spokenForms/defaultSpokenFormMapCore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const defaultSpokenFormMapCore: DefaultSpokenFormMapDefinition = {
186186
findInDocument: "scout",
187187
findInWorkspace: "scout all",
188188
randomizeTargets: "shuffle",
189-
generateSnippet: "snippet make",
189+
generateSnippet: "snip make",
190190
sortTargets: "sort",
191191
setSelection: "take",
192192
revealTypeDefinition: "type deaf",

0 commit comments

Comments
 (0)