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

vlf: fix keybindings #843

Merged
merged 1 commit into from
Nov 16, 2024
Merged

vlf: fix keybindings #843

merged 1 commit into from
Nov 16, 2024

Conversation

AjaiKN
Copy link
Contributor

@AjaiKN AjaiKN commented Nov 16, 2024

Confusingly, vlf-mode-map and vlf-prefix-map are the opposite of what they sound like, so to apply the keybindings without a prefix, they need to go in vlf-prefix-map.

evil-normalize-keymaps seems to also be needed for the keybindings to work.

Checklist

Assume you're working on mpc mode:

  • byte-compiles cleanly
  • M-x checkdoc is happy. Don't manually write (provide 'evil-collection-mpc), M-x checkdoc can do it automatically for you

Confusingly, vlf-mode-map and vlf-prefix-map are the opposite of what
they sound like, so to apply those keybindings without a prefix, they
need to go in vlf-prefix-map.

evil-normalize-keymaps seems to also be needed for the keybindings to
work.
@condy0919 condy0919 merged commit 4f17947 into emacs-evil:master Nov 16, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants