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

Consecutive Identical Characters not handled by keystrokes properly #334

Open
iamwyza opened this issue Jun 4, 2018 · 1 comment
Open

Comments

@iamwyza
Copy link

iamwyza commented Jun 4, 2018

If you try to do keystrokes with multiples of the same character, it wants to treat them as 1. Ex:

gg=G

I know that seems nonsensical (and it's vim, so, you know, it's like that sometimes), but that is a valid set of keystrokes, but what it wants to translate that to is G=Shift+G. Rather than gg=G.

@NickeManarin
Copy link
Owner

For now, you could edit the key strokes manually. :/

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

2 participants