XVim2 icon indicating copy to clipboard operation
XVim2 copied to clipboard

Suggestions for move cursor when line wrapped

Open leacoleaco opened this issue 4 years ago • 1 comments

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:

1

but I holp cursor will not pass warpped line, like this: 2

Is there any solutions? this could be very useful for me .

Thanks 😄🌹🌹🌹

leacoleaco avatar Feb 21 '20 03:02 leacoleaco

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

gary-lgy avatar Mar 12 '20 06:03 gary-lgy