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

Allow navigation in Word Wrapped line #34448

Closed
konmavrakis opened this issue Sep 15, 2017 · 3 comments
Closed

Allow navigation in Word Wrapped line #34448

konmavrakis opened this issue Sep 15, 2017 · 3 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension editor-wrapping Editor line wrapping issues

Comments

@konmavrakis
Copy link

As you can see in the following image, in Sublime Text you can navigate the contents of one line when the Word Wrap option is enabled. When you have Word Wrap enabled in VS Code it won't navigate inside the wrapped line but instead it will change line.

zobzpczsbl

  • VSCode Version: 1.16.1
  • OS Version: macOS 10.12.1
@vscodebot vscodebot bot added editor editor-wrapping Editor line wrapping issues labels Sep 15, 2017
@konmavrakis
Copy link
Author

Update: This works properly on my Macbook Air. This issue is on my iMac for some reason. Both Macs run on latest macOS and both editors on the latest update.

@konmavrakis
Copy link
Author

I've found the issue. It looks like the issue happens when Vim by vscodevim is enabled.

Vim settings in settings.json

{
  "vim.easymotion": false,
  "vim.incsearch": true,
  "vim.useSystemClipboard": true,
  "vim.disableAnnoyingNeovimMessage": true,
}

@alexdima
Copy link
Member

@konmavrakis It would be best to reach out to the extension author on their issue list.

@alexdima alexdima added the *caused-by-extension Issue identified to be caused by an extension label Sep 20, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension editor-wrapping Editor line wrapping issues
Projects
None yet
Development

No branches or pull requests

2 participants