-
-
Notifications
You must be signed in to change notification settings - Fork 81
Common recommendations
Josh Bleecher Snyder edited this page Sep 10, 2023
·
5 revisions
This page is dedicated to recommendations that are often given to new Cursorless users, but which are not directly tied to Cursorless.
-
Add a "numb" or "number" prefix to the Talon community number command.
-
Set up VSCode to show "Find all" results in an editor rather than a sidebar. The setting is
"search.mode": "reuseEditor"
, or search for "search" in the settings UI. -
Add a
then
command to split Cursorless commands. If you want the command"post line air"
to be interpreted aspost line
followed byair
you can addthen: skip()
to a Talon file and then say"post line then air"
. -
Run the VSCode code command
Preferences: Open Default Keyboard Shortcuts (JSON)
("please default keyboard") to see a list of all VSCode commands.