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

Unexpected behavior for non-prefix key #23

Open
yangchenyun opened this issue Feb 20, 2015 · 0 comments
Open

Unexpected behavior for non-prefix key #23

yangchenyun opened this issue Feb 20, 2015 · 0 comments

Comments

@yangchenyun
Copy link

Define a key with one char in another prefix key is not allowed. But the expected behavior will be p binds to one and ps binds to another cmd.
"p" 'projectile-switch-project "ps" 'smex

This situation could get worse if evil-leader/set-key-for-mode is used.
(evil-leader/set-key
"p" )
(evil-leader/set-key 'minor-mode
"ps" <another_cmd>)

Then the original "p" bindings will be overwritten without warning.

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