You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for publishing this great plugin. It makes working with these lisps so much easier with Vim bindings.
Problem
Standard Vim keybindings use some of the changed keys as a prefix. Since the project will rebind those Vim defaults like <, >, [ and ] the new bindings are conflicting and a forced and inconvenient change. Right now the configurations either allow you to disable the feature all together or use the defaults.
I just started using evil-clevarparens. I really have enjoyed the simplicity and most of the opinions. But the following claim for the project is a bit inconsistent when there is no easy way to disable or change specific unwanted keybindings.
3. Provide but don't force additional features on the user.
Solution
One possibility could be just checking if the alist was already defined before defining that default alist thus requiring the user to configure that individual feature's key map.
First off, thanks for publishing this great plugin. It makes working with these lisps so much easier with Vim bindings.
Problem
Standard Vim keybindings use some of the changed keys as a prefix. Since the project will rebind those Vim defaults like
<
,>
,[
and]
the new bindings are conflicting and a forced and inconvenient change. Right now the configurations either allow you to disable the feature all together or use the defaults.I just started using evil-clevarparens. I really have enjoyed the simplicity and most of the opinions. But the following claim for the project is a bit inconsistent when there is no easy way to disable or change specific unwanted keybindings.
Solution
One possibility could be just checking if the alist was already defined before defining that default alist thus requiring the user to configure that individual feature's key map.
Workaround
nil
as an example:
This gets unwieldy after changing several keys, but hopefully this could help another beginner like myself.
Related Issues:
#39
#61
The text was updated successfully, but these errors were encountered: