If IdeaVim-Quickscope is installed and enabled, when you use ideavim-sneak with a set of characters and then use f/F/t/T, when you use ; or , afterwards, the cursor moves to the next sneak set instead of the character used with f/F/ t/T.
The screencast doesn't show what I was pressing on my keyboard, so here's the series of events:
sOT then ; to go to the next sneak match
k three times to go up, then ^ to go to the start of the line's text
fN to go to the next "N" in "NEW"
Here's where the bug is. At this point I press ; and instead of going to the "N" in "NOT", the cursor jumps to the "OT" in "NOT"
$ to go to the end of the line and then Fo to go to the previous "o"
Here's the bug again. ; and instead of repeating Fo, the cursor jumps to "OT" again
If IdeaVim-Quickscope is installed and enabled, when you use ideavim-sneak with a set of characters and then use
f
/F
/t
/T
, when you use;
or,
afterwards, the cursor moves to the next sneak set instead of the character used withf
/F
/t
/T
.The screencast doesn't show what I was pressing on my keyboard, so here's the series of events:
sOT
then;
to go to the next sneak matchk
three times to go up, then^
to go to the start of the line's textfN
to go to the next "N" in "NEW";
and instead of going to the "N" in "NOT", the cursor jumps to the "OT" in "NOT"$
to go to the end of the line and thenFo
to go to the previous "o";
and instead of repeatingFo
, the cursor jumps to "OT" againVersions: