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
If the jump position letter starts with a vim motion for example i or a when pressed it would jump to the position but it also triggers the vim motion too.
You can see in this video that the jump position letter is a vim motion v - Visual mode:
proof.mp4
The text was updated successfully, but these errors were encountered:
Leap jumps to the first target automatically, without having to use a label (:help leap-usage, :help leap-smart-autojump). The v you see is the (fake) cursor on the first letter of the match (vi), not a label. You can see that it has a different color.
Leap jumps to the first target automatically, without having to use a label (:help leap-usage, :help leap-smart-autojump). The v you see is the (fake) cursor on the first letter of the match (vi), not a label. You can see that it has a different color.
The problem
If the jump position letter starts with a vim motion for example
i
ora
when pressed it would jump to the position but it also triggers the vim motion too.You can see in this video that the jump position letter is a vim motion
v - Visual mode
:proof.mp4
The text was updated successfully, but these errors were encountered: