This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Feature: Add within-line-motion #91
Comments
hadronized
added a commit
that referenced
this issue
Jun 13, 2021
This first commit allows to apply the hints to only the previous part of the cursor or what comes after. This commit doesn’t currently check the column, only the line. The next commit will add support for before / after on the current line and should also add support for a way to reduce apply hints only to the current line. This is an alternative implementation of #59. Relates to #71, #91.
The base for this feature to be implemented is there. I’ll make a second PR to support this third mode. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lots of time I need to move inside a line, I think would be great to have within line motion that allows me to match 1char in the current line (in both direction)
https://github.com/easymotion/vim-easymotion#within-line-motion
Similar plugin:
https://github.com/hrsh7th/vim-eft
The text was updated successfully, but these errors were encountered: