Replies: 2 comments
|
Thanks for the previous fixes related to Vim-style navigation (#536). I have attached a few short videos to illustrate the difference:
This distinction is important because Vim treats these as two different navigation behaviours:
Currently, ZenNotes appears not to distinguish behaviours between I also included the line-jumping issue with wrapped content. When jumping to a specific line, wrapped lines seem to be counted as separate lines, causing the cursor to land before the intended logical line. This makes relative line navigation unreliable in documents containing long wrapped paragraphs. I hope these examples help clarify the expected Vim behaviour and why this is still noticeable after the previous fixes. zennotes.mp4neovim.mp4vim.mp4 |
|
I saw this discussion to late. I stumbled over the movement issue and filled in issue #660. |
Uh oh!
There was an error while loading. Please reload this page.
These are related to my previous message "(Neo)Vim and navigation improvements" #513.
$and0selection/navigation with wrapped linesWhen navigating/selecting to the end of a line using
$, if the line is wrapped visually, the selection stops at the end of the current visual line instead of reaching the actual end of the logical line. That behaviour should be mapped tog$, instead (similar to0andg0).When jumping to a specific line using relative line information, wrapped lines seem to affect the calculation. If there are wrapped lines before the target line, the cursor does not land on the expected line.
All reactions