You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
moveDown(j) , moveUp(k) can' go across wrapped line in visual-mode if selection is linewise.
No problem in selection is characterwise.
Here is example, L176 is wrapped, and cursor is L175 in visual-mode.
When I did j, I can't go down from L176. And also can't go up with k to go across wrapped line.