slit icon indicating copy to clipboard operation
slit copied to clipboard

bug in line-wrap mode

Open koreno opened this issue 7 years ago • 2 comments

  • at the top of the screen I have a long line.
  • shift-w to turn on line-wrapping - the line now flows down beyond one screen.
  • move down (down arrow) - the entire line is gone. I can't scroll towards the end of that line

(see REG-10615-V3MFS0-16236/testlight.log:42996)

koreno avatar May 12 '17 12:05 koreno

"fixing" this is kinda an effort....with some corner cases.
So i went for vim-like behaviour here, when one line down is one line down.
It's actually more convenient when multiple long lines fit in the screen

Not saying that I don't want to allow such navigation, but it's tricky and more like feature with non-obvious behaviour to me, then bug...

tigrawap avatar May 13 '17 18:05 tigrawap

you could make cursor right/left behave as 'intra-line movements', since these keys don't really have a function in line-wrapped mode anyway

koreno avatar Nov 05 '19 20:11 koreno