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

Jumping to uppercase letters #4

Open
highend opened this issue Jul 9, 2014 · 2 comments
Open

Jumping to uppercase letters #4

highend opened this issue Jul 9, 2014 · 2 comments

Comments

@highend
Copy link

highend commented Jul 9, 2014

It would be nice when we want to jump to an uppercase char only those will be highlighted.

E.g.:
Pressing "M" would only highlight occurences with "M"s and not "m"s
Two options when there isn't any "M" in the visible text:

  • Silently fail / display a message that there isn't a possible jump spot
  • Instead highlight all lower case "m" chars

I'd prefer the first solution to avoid any ambiguity.

Btw Jared, is VS (2013) able to show a different caret type than the small rectangular block?

As you can see in the pictures on https://github.com/tednaleid/sublime-EasyMotion
it uses a larger block caret for the highlighting.

@jaredpar
Copy link
Owner

jaredpar commented Jul 9, 2014

@highend with respect to the caret. Are you asking about the shape of the normal blinking caret? If so it's pretty much limited by default to the vertical blinking pipe. It's possible to customize it, as VsVim does, but it requires a full extension to do so

@highend
Copy link
Author

highend commented Jul 9, 2014

Yeah, it's only about the visual appearance of the caret. If it's too much work forget about it. There are more important things than this :)

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