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
(14) This is a nit, really, but what about the key binding syntax? I see you use vectors and strings of escape control sequences like "\C-c\C-c". I used to do that, but then some sequence cannot be represented easily, like .
I'm now using the following convention: write them like C-h c displays them. It's better for clarity I think, and we want any user to be able to read our bindings. Motto: be as transparent as possible.
Without modifier not special keys, use a simple string, e.g. "gd".
Anything else in (kbd ...). Use the <bracket> notation for special keys.
Works for me. We can take care of normalizing this stuff after we've gotten everything into one repo.
The text was updated successfully, but these errors were encountered:
jojojames/evil-integrations#1 (comment)
Works for me. We can take care of normalizing this stuff after we've gotten everything into one repo.
The text was updated successfully, but these errors were encountered: