Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cursorless-talon-dev/src/cursorless_dev.talon
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tag: user.cursorless
{user.cursorless_homophone} update cheatsheet:
user.private_cursorless_cheat_sheet_update_json()

test snippet make <user.cursorless_target>:
test snip make <user.cursorless_target>:
user.private_cursorless_make_snippet_test(cursorless_target)

parse tree <user.cursorless_target>:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class GenerateSnippet {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const defaultSpokenFormMapCore: DefaultSpokenFormMapDefinition = {
findInDocument: "scout",
findInWorkspace: "scout all",
randomizeTargets: "shuffle",
generateSnippet: "snippet make",
generateSnippet: "snip make",
sortTargets: "sort",
setSelection: "take",
revealTypeDefinition: "type deaf",
Expand Down
Loading