-
-
Notifications
You must be signed in to change notification settings - Fork 84
Language: Clojure
Pokey Rule edited this page Sep 15, 2023
·
3 revisions
If you're using Calva, you may want to add the following to your experimental/actions_custom.csv
(see customization docs if you're not familiar with custom actions):
slurp,paredit.slurpSexpForward
barf,paredit.barfSexpForward
That will enable you say eg "slurp air"
, "barf bat and cap"
, etc to apply Calva's "slurp" and "barf" commands to cursorless targets. If there are other Calva commands you want to add as well, you can have a look at this video 🎬 on how to find command IDs for commands you use.