vim-utils/vim-vertical-move

handle wrapped lines

Closed this issue · 1 comments

nnoremap j gj
nnoremap k gk
  • make the window narrower than the lines in the buffer
  • :set wrap
  • invoke <leader>] and <leader> and observe the cursor position

Great plugin, by the way!

Hi, thanks for the bug report and solution suggestion!
This should be fixed now with aaee5f7