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

Unusual Ctrl+Left_Arrow and Ctrl+Right_Arrow #943

Closed
RainingChain opened this issue Dec 2, 2015 · 2 comments
Closed

Unusual Ctrl+Left_Arrow and Ctrl+Right_Arrow #943

RainingChain opened this issue Dec 2, 2015 · 2 comments
Assignees
Labels
verified Verification succeeded
Milestone

Comments

@RainingChain
Copy link

Pressing Ctrl+Left_Arrow and Ctrl+Right_Arrow moves the cursor to the next word.

If the cursor is farther right than the word and you press Ctrl+Left_Arrow, you move to the beginning of the word rather than to the end of the word like in VS, Notepad++, Sublime etc...

Ex: $=cursor

b('hello');$ and Ctrl+Left_Arrow becomes b('$hello'); rather than b('hello$');

If this is intended to be like this, it would be nice to have a preference to change it.

@alexdima alexdima self-assigned this Dec 3, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@Kroc
Copy link

Kroc commented Dec 29, 2015

I'd like to add that the problem I'm having with Ctrl+Left/Right is that for indented lines, it goes to the first word, not the first character on the line. (| is cursor)

|       //press ctrl+right
        //press| ctrl+right

@alexdima
Copy link
Member

The initial issue is resolved with the February release:

Using Ctrl-Left:

b('hello');|
b('hello|');
b('|hello');
b|('hello');
|b('hello');

Let's track Ctrl-Right in #3577

@alexdima alexdima modified the milestones: March 2016, Backlog Mar 17, 2016
@alexdima alexdima added the verified Verification succeeded label Mar 21, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants