Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump Forward/Backward to Start of Word from Caret Relative Position #10

Open
CheesePizza100 opened this issue May 7, 2020 · 0 comments
Assignees

Comments

@CheesePizza100
Copy link

CheesePizza100 commented May 7, 2020

Too many jump labels on the screen makes it hard to see things. Also, it adds alot of commotion to the screen by adding jump labels that basically get in the way of jumping to target. Consider:
image

Say we have the cursor at the first character of line 5:
image

In Vim/VsCodeVim you can jump backwards by word:
image

image

Or by character (searching for character "p" below):
image

image

Same can be done for jumping forward by word:
image

image

Or by character (searching for character "p" below):
image

image

Would it be worth it to implement any of those? A 2 character search could render any of these approaches useless. The main use case is for more targeted refined searching/jumping.

@CheesePizza100 CheesePizza100 changed the title Jump Forward/Backward from Caret Relative Position Jump Forward/Backward to Start of Word from Caret Relative Position May 8, 2020
@msomeone msomeone self-assigned this May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants