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
Thanks for the amazing plugin, I finally use f because of it!
One thing I would like to improve, currently the first hit in a line doesn't get highlighted which is a bit confusing, and requires pressing esc to move the cursor there. Would it be possible to highlight it using the same char so I can just press the same char again? I think it would be very intuitive, and wouldn't require changing the logic for the other jump chars.
The text was updated successfully, but these errors were encountered:
This is a bug fixed by ggandor/leap.nvim@f1f19fc on nightly. The cursor is moved to the first match automatically (no need for esc), but due to an nvim bug, it was not redrawn on the screen while we're still waiting for input (if you'd have pressed e.g. l afterwards, you could have seen it moving to the column next to the match).
Thanks for the amazing plugin, I finally use f because of it!
One thing I would like to improve, currently the first hit in a line doesn't get highlighted which is a bit confusing, and requires pressing esc to move the cursor there. Would it be possible to highlight it using the same char so I can just press the same char again? I think it would be very intuitive, and wouldn't require changing the logic for the other jump chars.
The text was updated successfully, but these errors were encountered: