Closed jolyon129 closed 4 years ago
Okay! Will be rolled out soon
Landed in v2.1.0π
After your new release, I add the following into my keymap.cson
and now j
and k
always move by display line.
'.CodeMirror.normal-mode textarea':
'j': 'vim:move-down-by-display-lines'
'k': 'vim:move-up-by-display-lines'
It works perfect for me. π
Again, thanks for your quick turnaround time.
Cool tipπ
Hi there,
Is it possible to add
gj
andgk
motions to support move through wrapped lines?It's a little painful to move around when I have a long paragraph without breaks.
Ref: https://vim.fandom.com/wiki/Move_through_wrapped_lines
Thanks.