Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Feature: Add within-line-motion #91

Closed
ray-x opened this issue Jun 11, 2021 · 1 comment · Fixed by #140
Closed

Feature: Add within-line-motion #91

ray-x opened this issue Jun 11, 2021 · 1 comment · Fixed by #140

Comments

@ray-x
Copy link

ray-x commented Jun 11, 2021

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

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.
hadronized added a commit that referenced this issue Jun 18, 2021
Allows to hint lines by respecting a before / after hint mode. The
first / last line will be truncated accordingly.

Relates to #71, #91.
hadronized added a commit that referenced this issue Jun 19, 2021
Allows to hint lines by respecting a before / after hint mode. The
first / last line will be truncated accordingly.

Relates to #71, #91.
@hadronized
Copy link
Owner

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.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants