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

(Shift)+Shortcut+Left/Right skips one too many word boundaries. #200

Closed
JordanMartinez opened this issue Nov 2, 2015 · 0 comments · Fixed by #370
Closed

(Shift)+Shortcut+Left/Right skips one too many word boundaries. #200

JordanMartinez opened this issue Nov 2, 2015 · 0 comments · Fixed by #370

Comments

@JordanMartinez
Copy link
Contributor

Given the sentence below where "|" represents the caret:
I love cho|colate ice cream.

Pressing Shift+Shortcut+Left/Right will select the remaining word and either the leading or trailing word boundary (angle brackets used to show selection ""):

  • Right once: I love cho<colate >ice cream. instead of I love cho<colate> ice cream.
  • Right twice: I love cho<colate ice >cream.
  • Left once: I love< cho>colate ice cream.
  • Left twice: I< love cho>colate ice cream.

Similarly, pressing Shortcut+Left/Right:

  • Right once is I love chocolate |ice cream. instead of "I love chocolate| ice cream.
  • Right twice: I love chocolate ice |cream.
  • Left once: I love| chocolate ice cream.
  • Left twice: I| love chocolate ice cream.
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

Successfully merging a pull request may close this issue.

1 participant