Closed st-schneider closed 4 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!
Sorry, md seems to have misinterpreted the <> thing
What do you have <leader> s
mapped to that is triggering instead of easymotion?
You can reproduce this all the time?
<leader>
in my case is space.
Yea but you said leader s
triggers not leader leader s
? What does leader s
trigger when it isn't the easymotion search
<leader><leader> s <char> |
Search character |
---|
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
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.
@bm-stschneider Is this still an issue? Because I can't reproduce it.
Sorry but I do not know. I switched to the Dancer extension meanwhile. I mean, this is 3 years old :)
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.
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.
The VSCodeVim team prioritizes issues based on reaction count.
BUG REPORT:
Environment:
What happened: Trying to use to fast the command is erased and I end up with
<leader><leader>s
for jumping. When I hit<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.