VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
14.02k stars 1.32k forks source link

Typing fast kills some commands #2060

Closed st-schneider closed 4 years ago

st-schneider commented 7 years ago

The VSCodeVim team prioritizes issues based on reaction count.


BUG REPORT:

Environment:

What happened: Trying to use <leader><leader>s for jumping. When I hit to fast the command is erased and I end up with <leader>s which does something else.

What did you expect to happen: That the ace jump like characters pop up.

How to reproduce it: hit <leader><leader>s medium fast.

xconverge commented 7 years ago

What do you mean s for jumping?

I am unable to reproduce this, do you think you can explain the steps in a different way? Thanks!

st-schneider commented 7 years ago

Sorry, md seems to have misinterpreted the <> thing

xconverge commented 7 years ago

What do you have <leader> s mapped to that is triggering instead of easymotion?

You can reproduce this all the time?

st-schneider commented 7 years ago

<leader> in my case is space.

xconverge commented 7 years ago

Yea but you said leader s triggers not leader leader s? What does leader s trigger when it isn't the easymotion search

st-schneider commented 7 years ago
<leader><leader> s <char> Search character
xconverge commented 7 years ago

Sorry, I still really do not understand.

That is what you EXPECT to be triggered. What are you triggering by accident when this bug happens

"Trying to use s for jumping. When I hit to fast the command is erased and I end up with s which does something else."

st-schneider commented 7 years ago

okay so <leader> == <space> for me. if I try to use space, space, s to search for a character, similar to the well known ace jump, if I hit space, space to fast, it gets reduced to a single space. and space, s does something else than space, space, s.

berknam commented 4 years ago

@bm-stschneider Is this still an issue? Because I can't reproduce it.

st-schneider commented 4 years ago

Sorry but I do not know. I switched to the Dancer extension meanwhile. I mean, this is 3 years old :)

berknam commented 4 years ago

I know. I've been looking for issues that I can signal as a potential fix of a PR I've done, but this one I can't reproduce it at all, that's why I asked.

@J-Fields Maybe this old issues that can no longer be reproduced should be closed. If someone else happens to have the same issue they can open a new one. There is also the issue #4283 that might be related to this, but I can't reproduce that one either.

J-Fields commented 4 years ago

Yeah I haven't experienced this issue and it's very old, so I'll close it. If someone does have this problem, feel free to ping me on this issue or open a new one.