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
These are related to my previous message "(Neo)Vim and navigation improvements" #513.
$ and 0 selection/navigation with wrapped lines
When 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 to g$, instead (similar to 0 and g0).
Jumping to lines with wrapped content
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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