evil-anzu icon indicating copy to clipboard operation
evil-anzu copied to clipboard

anzu for Evil

Results 5 evil-anzu issues
Sort by recently updated
recently updated
newest added

Hello Tarsius, Currently I have write access to Anzu and I would like to review the PRs I have here in `evil-anzu` as well since the two packages are related....

Hi. In Emacs30, not having lexical binding is now a byte compiler warning. I have been using this package for some time with lexical binding enabled and have not encountered...

This is simple fix for issue #12, simply not executing anzu when nothing in search-ring. I think doing nothing could be enough solution for this case since `evil-search-next` does nothing...

Thanks a lot for this great package. There is one thing bothered me for a while. It may not be a bug. If so, please consider this as a suggestion...

I read about a previous issue #7 and I have the exact same problem. Currently my config file is like: ```lisp (with-eval-after-load 'evil (require 'anzu) (require 'evil-anzu) (global-anzu-mode t)) ```...