-
Notifications
You must be signed in to change notification settings - Fork 109
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
press "j" should move the cursor down a row even when line is wrapped #635
Comments
+1 I have met same issue with you that it could get next line while I press "j". |
See my response here #703 for a temporary work around. Should be solved if we can get access to configure the ace editor with JavaScript. |
@dkarter Oh Cool. Thanks I would try your suggestion. While my quiver could work well today. I don't know why sometimes it meet this issue. Maybe it is not stable now on Vim mode. |
You need to have a long line that wraps into multiple lines on the screen. Then use gj and gk to move between visual parts of this line. It's the same as real vim with wrapping turned on |
OK. I would take care of your advices. I have tried some times in Vim mode on the Markdown cell at the moment. It couldn't work well. While recently it works like a charm. I prefer this editor very much. Do you have any plan to release an App in iOS? |
@ryanchou1991 I will release the iOS app after catching up with the backlogs. |
@ylian Could I have a try? Is there any download link for me to install ? |
@ryanchou1991 Unfortunately I have no invites left. |
@ylian OK, If you have any invites for it. Please email me as soon as possible. I'm so appreciated for quiver that do helpful to my work and daily-notes. Thanks a lot for U. |
In vim mode, when a line is wrapped, press "j" will move to the next line, rather than more the cursor down a row.
The text was updated successfully, but these errors were encountered: