ox
ox copied to clipboard
Page Up/ Page Down don't move to the start/end of the document as stated in the README
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:
- open documents with a couple of hundred lines (mine has 327)
- 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.
Same problem, I also agree with the shorcuts stated in this issue. Regards
Same problem, reproduced in fish shell, manjaro linux.