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

macros should be case-insensitive #1

Open
globau opened this issue Mar 3, 2016 · 5 comments
Open

macros should be case-insensitive #1

globau opened this issue Mar 3, 2016 · 5 comments

Comments

@globau
Copy link

globau commented Mar 3, 2016

in vim the macros are not case sensitive. this allows you to quickly play the back because you don't have to release the shift key after typing @

in vim i frequently do: qq (record) q, then @q to replay. this does not work in atom-keyboard-macros-vim, i have to do @q

@JunSuzukiJapan
Copy link
Owner

Oh, I didn't know.

I fixed this issue.
Try v0.1.3, please.

@helarqjsc
Copy link

I just tested it and can confirm that this issue is fixed now.

@JunSuzukiJapan
Copy link
Owner

@helarqjsc

Is this issue fixed?
I guess you talk about another issue (#4).
Is my thinking correct?

@helarqjsc
Copy link

@JunSuzukiJapan No, I'm talking about this exact issue (#1). When I record a macro with qq, I can replay it with both @q and @Q, so the problem that @globau talked about is fixed.

The error from issue #4 is still present, I think.

@JunSuzukiJapan
Copy link
Owner

OK. I understand.

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

3 participants