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

Proposal: Improve keyboard navigation in text files #3249

Closed
SetTrend opened this issue Feb 22, 2016 · 5 comments
Closed

Proposal: Improve keyboard navigation in text files #3249

SetTrend opened this issue Feb 22, 2016 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@SetTrend
Copy link

I feel that the current stop points used by Code for navigating through a text document using keyboard combinations CTRL + LEFT ARROW and CTRL + RIGHT ARROW, resp., are quite confusing.

Apparently, the cursor isn't moved to the next word boundary (regex anchor \b) as is done by almost any editor I know. ... Frankly, I fail trying to understand what the exact algorithm behind the current keyboard navigation behaviour in Code may be.

Can we have Code behave like Visual Studio 2015 when navigating through text files using keyboard combinations CTRL + LEFT ARROW and CTRL + RIGHT ARROW, resp.?

@joaomoreno joaomoreno added the feature-request Request for new features or functionality label Feb 22, 2016
@joaomoreno
Copy link
Member

ping @bpasero

@alexdima alexdima added this to the Feb 2016 milestone Feb 22, 2016
@alexdima
Copy link
Member

@SetTrend please check out the upcoming 0.10.10 where we've refurbished the word navigation

@alexdima alexdima self-assigned this Feb 22, 2016
@SetTrend
Copy link
Author

Great work. I'm looking forward to it.

Thanks! 👏

@alexdima
Copy link
Member

alexdima commented Mar 1, 2016

@SetTrend To clarify, the navigation is refurbished, but Ctrl+Right will still go to the end of the words, and not to the beginning of words as in Visual Studio 2015.

We're tracking this in #3577 and considering making it into an editor option.

@SetTrend
Copy link
Author

SetTrend commented Mar 1, 2016

Excellent. I'm sure this'll give much comfort to Windows users when switching between applications.

Thanks for keeping up the good work! 🌻

@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
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants