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

Automatic expansion of unnamed prefixes #357

Open
Nekosis opened this issue Sep 28, 2023 · 0 comments
Open

Automatic expansion of unnamed prefixes #357

Nekosis opened this issue Sep 28, 2023 · 0 comments

Comments

@Nekosis
Copy link

Nekosis commented Sep 28, 2023

Say I have a General definer called nyamacs/leader-keys with my leader as SPC, and I set up this keybind with it:

 (nyamacs/leader-keys
  "TAB TAB" '(comment-line :wk "Comment lines"))

In Emacs, after pressing SPC once, which-key appears, but the keybinding I just created displays as TAB → +prefix.

I would like a way to completely bypass the prefix if it is unset, so after pressing SPC once, this keybind will display as TAB TAB → Comment lines.

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

No branches or pull requests

1 participant