XVim2
XVim2 copied to clipboard
Suggestions for move cursor when line wrapped
Hi there~ When width of Xcode's editor is small, the code line will wrapped. if I press "J" or "K" key to move up down , the cursor will pass warpped line just like this:
but I holp cursor will not pass warpped line, like this:
Is there any solutions? this could be very useful for me .
Thanks 😄🌹🌹🌹
In Vim, gj
and gk
will move to the next visual line, which is what OP wants.
However, it does not seem to work in XVim: https://github.com/XVimProject/XVim2/issues/44