ox icon indicating copy to clipboard operation
ox copied to clipboard

Page Up/ Page Down don't move to the start/end of the document as stated in the README

Open janlimpens opened this issue 4 years ago • 2 comments

Describe the bug On a document that exceeds the line number of the screen, PgUp and PgDn move te cursor to the first/last line of the currently visible section, not of the document

Steps to reproduce the behavior:

  1. open documents with a couple of hundred lines (mine has 327)
  2. press PgDown

Expected behavior expect to land on the last line of the document (327) get: you land on line 46 (in my case), repetition will not move the cursor any further.

  • OS: Manjaro latest version, built with cargo (manual installation)

It would be better, IMHO, if PgUp/PgDown would only scroll one visual page. Ctrl+PgUp/PgDown would switch between opened documents. Home/End scroll to the Beginning/End of the Line Ctrl+Home/End scroll to the Beginning/End of the Document

This would be consistent with other editors.

janlimpens avatar Dec 12 '20 13:12 janlimpens

Same problem, I also agree with the shorcuts stated in this issue. Regards

j3bx avatar May 17 '22 22:05 j3bx

Same problem, reproduced in fish shell, manjaro linux.

arthur19q3 avatar Apr 24 '23 08:04 arthur19q3