symbol-overlay icon indicating copy to clipboard operation
symbol-overlay copied to clipboard

Highlight symbols with keymap-enabled overlays

Results 22 symbol-overlay issues
Sort by recently updated
recently updated
newest added

Hi! Great package, thanks for the work. I wonder if there's a pre-made recipe for displaying the overlay in a transient manner? e.g.: * hit a keybinding (or perhaps simply...

Symbols are renamed, but `No changes to be performed` when `wgrep-finish-edit`.

I haven't tested this a ton but it seems to work and seems useful. Perhaps there are better ways to implement it. I'm sure you don't want to add a...

I'm using (trying out) `eglot` with `python-mode` and it highlights the `symbol-at-point` with an overlay. I used `symbol-overlay-put` and other occurrences of the symbol highlighted (more clearly), but the keymap...

Symbol-overlay-mode will cause Emacs to freeze with haskell-mode enabled,I am not sure it is cause by `haskell-mode` or `symbol-overlay`. Steps to reproduce the issue: 1. Back up your current configuration...

Here customize: ![cusomize](https://github.com/wolray/symbol-overlay/assets/303539/a5544ebb-3301-43ce-a29e-31a858524796) And here example: ![example](https://github.com/wolray/symbol-overlay/assets/303539/46c7b022-58b5-41e0-9d96-81aadf045c41) Is it possible to add more colors? At least 10 colors.

For the following test case: ``` aaa ; first overlay bbb ccc ; second overlay ddd ccc ; matching overlay of course ``` and these steps: 1. Place point at...

```emacs-lisp (defun my/little-function (forward-char) ) (keymap-global-set "H-`" #'my/little-function) ```

Without this patch, the function can return all overlays, even those which have nothing to do with Symbol-Overlay.

Does anyone know how to get this to work with evil? I tried: (use-package evil :ensure t :demand t :after swiper :general ([remap evil-ex-search-word-forward] 'symbol-overlay-switch-forward) .... But hitting `*` results...