-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Feature Request] Add g:lexima_manually_keys #132
Comments
I'm not sure why |
Yes, surely we can override mappings if we execute |
In my opinion, it is hard for most users to understand lazy feature and the best solution to such a situation is to not using lazy feature. |
Hmm, your opinion is true. The lazy feature is advanced. |
Is there any update on this? |
I'm sorry to slow response. Yes, I can not believe this feature best solution to solve this problem. |
Ok, thanks. |
As discussed vim-jp slack, I finally found out that there are some cases adding a rule and resolving conflicts want to be done independently. |
Motivation
lexima binds mapping automatically in
lexima#add_rule()
.But it sometimes comes into conflict with other plugins or configs.
We want the way to avoid this problem.
Feature Overview
We can define
g:lexima_manually_keys
which is list of keys. lexima does not bind to these keys. Users have to uselexima#expand()
by thereselves.Example is here:
The text was updated successfully, but these errors were encountered: