You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
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
Versions:
idea-sneak 1.2.0
IdeaVim 2.2.0
IntelliJ IDEA 2023.1.1 (Ultimate Edition)
IdeaVim-Quickscope 1.0.11
The text was updated successfully, but these errors were encountered:
awood
changed the title
Sneak overrides ;/, for f,t,F,T when IdeaVim-Quickscope is installed
Sneak overrides ;/, for f/t/F/T when IdeaVim-Quickscope is installed
May 4, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: