-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update README section "How can I move the cursor by each display line with word wrapping?" #6014
Comments
Thanks! Silly question, but if I already have the following in my settings, how can I preserve them while adding your contribution above?
|
But, this make my VSCode so laggy navigating using arrow keys. |
|
Here is the better solutions in my opinion and experience (only several minutes though): #2924 (comment) |
As of vscode 1.52.1, vscodevim 1.18.5 this section is incorrect and leads to errors in config if copied directly.
Firstly, it seems that the format and keywords have changed, which leads to errors.
So instead of what there is, much simpler version with keywords from remap examples above this one works:
Secondly, it says that binds such as
10j
won't work, but they work correctly (at least now). Each wrapped line counts as real line during this jump.I am not an experienced vscode or vscodevim user, so please update the documentation the way you think is right.
CC: @karlhorky #2924
The text was updated successfully, but these errors were encountered: