We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snip
1 parent 0128a03 commit 7346e83Copy full SHA for 7346e83
cursorless-talon/src/spoken_forms.json
@@ -46,7 +46,7 @@
46
"scout all": "findInWorkspace",
47
"scout": "findInDocument",
48
"shuffle": "randomizeTargets",
49
- "snippet make": "generateSnippet",
+ "snip make": "generateSnippet",
50
"sort": "sortTargets",
51
"take": "setSelection",
52
"type deaf": "revealTypeDefinition",
@@ -62,7 +62,7 @@
62
},
63
"swap_action": { "swap": "swapTargets" },
64
"wrap_action": { "wrap": "wrapWithPairedDelimiter", "repack": "rewrap" },
65
- "insert_snippet_action": { "snippet": "insertSnippet" },
+ "insert_snippet_action": { "snip": "insertSnippet" },
66
"reformat_action": { "format": "applyFormatter" },
67
"call_action": { "call": "callAsFunction" }
68
0 commit comments