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

Mardown mode Vim long press "j" couldn't get next line. #703

Open
jkryanchou opened this issue Sep 25, 2016 · 4 comments
Open

Mardown mode Vim long press "j" couldn't get next line. #703

jkryanchou opened this issue Sep 25, 2016 · 4 comments

Comments

@jkryanchou
Copy link

I set the vim editor in Markdown cell. While I try to press "j". that it couldn't get next line.

@dkarter
Copy link

dkarter commented Sep 25, 2016

Quiver has line wrapping turned on by default. Either :set nowrap or use gj and gk to move around a wrapped line.

Additionally you can do :map j gj And :map k gk. But there's no way to persist those afaik.

@jkryanchou
Copy link
Author

OK Thanks. It could work well today while I do nothing with it. I don't know what behavior to cause this issue.

@ohm314
Copy link

ohm314 commented Jan 13, 2017

I seem to have the same issue. Long-press of movement keys in visual mode only does the first "move" (i.e. I cannot hold down j to move down several lines).

Thanks!

@YanchunHe
Copy link

@ohm314 Me too, I have to keep striking on j to keep moving! Is this solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants