Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evil-snipe-repeat(-reverse) misbehavior when remapped/swapped #92

Open
lypoluz opened this issue Jul 16, 2023 · 0 comments
Open

evil-snipe-repeat(-reverse) misbehavior when remapped/swapped #92

lypoluz opened this issue Jul 16, 2023 · 0 comments
Labels

Comments

@lypoluz
Copy link

lypoluz commented Jul 16, 2023

What did you expect to happen?

When swapping the keys for evil-snipe-repeat and evil-snipe-repeat-reverse.
; should do backwards searches.
, should do forward searches.

What actually happened?

Tapping the key once behaves as expected, every press after the first repeats the snipe as defined by default.

Describe your attempts to resolve the issue

I've tried setting evil-snipe-override-evil-repeat-keys and/or evil-snipe-repeat-keys to nil.

Steps to reproduce

I've remapped the keys using

(map!
:n "," #'evil-snipe-repeat
:n ";" #'evil-snipe-repeat-reverse)

Package commit

latest

System Information

  • Fedora 38, KDE.
  • Doom emacs.
@lypoluz lypoluz added the bug label Jul 16, 2023
@lypoluz lypoluz changed the title evil-snipe-repeat(-reverse) misbehavior when remapped evil-snipe-repeat(-reverse) misbehavior when remapped/swapped Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant