JunSuzukiJapan / atom-keyboard-macros-vim

MIT License
17 stars 7 forks source link

macros should be case-insensitive #1

Open globau opened 8 years ago

globau commented 8 years ago

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 commented 8 years ago

Oh, I didn't know.

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

helarqjsc commented 8 years ago

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

JunSuzukiJapan commented 8 years ago

@helarqjsc

Is this issue fixed? I guess you talk about another issue (https://github.com/JunSuzukiJapan/atom-keyboard-macros-vim/issues/4). Is my thinking correct?

helarqjsc commented 8 years ago

@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 commented 8 years ago

OK. I understand.