-
-
Notifications
You must be signed in to change notification settings - Fork 81
Custom actions
Josh Bleecher Snyder edited this page Nov 30, 2023
·
1 revision
You can add custom actions to user/cursorless-settings/experimental/actions_custom.csv
. Some helpful actions include:
Spoken form, VSCode command
join, editor.action.joinLines
git revert, git.revertSelectedRanges
git stage, git.stageSelectedRanges
git unstage, git.unstageSelectedRanges
bubble, editor.action.moveLinesUpAction
sink, editor.action.moveLinesDownAction
accept, merge-conflict.accept.selection
accept both, merge-conflict.accept.both
reflow, rewrap.rewrapComment
Feel free to add your own actions here.