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

SPC-x and arrow keys don't work #704

Open
deadendpl opened this issue Dec 25, 2024 · 2 comments
Open

SPC-x and arrow keys don't work #704

deadendpl opened this issue Dec 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@deadendpl
Copy link

I updated meow package to version 20241213.1040, and now I can't do SPC x <left> to do previous-buffer.

@DogLooksGood DogLooksGood added the bug Something isn't working label Dec 25, 2024
@DogLooksGood
Copy link
Collaborator

Could be related to keypad refactor, I'll take a look at this.

@league
Copy link

league commented Jan 1, 2025

Similar issue here, it arose with changes to keypad since 8ae8b2c (I used git bisect on meow to find the first commit that broke my configuration).

I have bindings for <home> and <end> in ctl-x-map that can no longer be accessed using SPC x <home>. (Typing C-x <home> still works.)

Even more mysterious, I have a binding from [remap switch-to-buffer] to #'consult-buffer that isn't respected anymore: SPC b invokes the old switch-to-buffer, and I must do C-c b to get consult-buffer.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants