practicalli / spacemacs

Content for the book - Clojure Development with Spacemacs
https://practical.li/spacemacs
Creative Commons Attribution Share Alike 4.0 International
109 stars 33 forks source link

Avy actions context menu #277

Open practicalli-johnny opened 3 years ago

practicalli-johnny commented 3 years ago

avy has some additional capabilities hidden under a context menu that can be accessed with ? after selecting a target.

For example: SPC j j pattern ? menu appears in the mini-buffer select from menu select character(s) for a specific target apply action to that target

https://github.com/abo-abo/avy/blob/36f768d9e320d300b81799e0fcc097cb89aad780/avy.el#L170...L178

Teleport