Skip to content

Commit

Permalink
Use snip as the spoken form for snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Feb 5, 2025
1 parent 0128a03 commit ef6eee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cursorless-talon/src/spoken_forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scout all": "findInWorkspace",
"scout": "findInDocument",
"shuffle": "randomizeTargets",
"snippet make": "generateSnippet",
"snip make": "generateSnippet",
"sort": "sortTargets",
"take": "setSelection",
"type deaf": "revealTypeDefinition",
Expand All @@ -62,7 +62,7 @@
},
"swap_action": { "swap": "swapTargets" },
"wrap_action": { "wrap": "wrapWithPairedDelimiter", "repack": "rewrap" },
"insert_snippet_action": { "snippet": "insertSnippet" },
"insert_snippet_action": { "snip": "insertSnippet" },
"reformat_action": { "format": "applyFormatter" },
"call_action": { "call": "callAsFunction" }
},
Expand Down

0 comments on commit ef6eee4

Please sign in to comment.