-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
For what it's worth, I've been very happily using this transient for symbol-overlay for a while. It could be bound to any key but I have a super- key configured and am binding this to s-. which I find nicely parallels M-..
(define-transient-command symbol-overlay-transient ()
"Symbol Overlay transient"
["Symbol Overlay"
["Overlays"
("." "Add/Remove at point" symbol-overlay-put)
("k" "Remove All" symbol-overlay-remove-all)
]
["Move to Symbol"
("n" "Next" symbol-overlay-switch-forward)
("p" "Previous" symbol-overlay-switch-backward)
]
["Other"
("m" "Highlight symbol-at-point" symbol-overlay-mode)
]
]
)
(global-set-key (kbd "s-.") 'symbol-overlay-transient)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels