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

Evil implementation?

Open dmitrym0 opened this issue 2 years ago • 1 comments

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 in: user-error: No more forward symbols.

dmitrym0 avatar Nov 03 '22 18:11 dmitrym0

You should perhaps be using symbol-overlay-jump-next instead.

purcell avatar Nov 06 '22 11:11 purcell