-
-
Notifications
You must be signed in to change notification settings - Fork 84
Common recommendations
Andreas Arvidsson edited this page Jan 28, 2025
·
6 revisions
This page is dedicated to recommendations that are often given to new Cursorless users, but which are not directly tied to Cursorless.
-
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. -
Run the VSCode code command
Preferences: Open Default Keyboard Shortcuts (JSON)
("please default keyboard") to see a list of all VSCode commands.