kimtore / pms

Practical Music Search is an interactive Vim-like console client for the Music Player Daemon.
https://ambientsound.github.io/pms/
MIT License
249 stars 23 forks source link

Adjust behaviour of page and half-page scroll methods #94

Closed tremby closed 7 years ago

tremby commented 7 years ago

These should more closely match vim.

For example at present if the cursor is at the very top and page down is used, the viewport only actually scrolls down one row, since it's currently implemented as "cursor down {height} rows".

tremby commented 7 years ago

(Wasn't sure whether to call this feature or bug. It's kind of both, but it's an annoyance to me and so I'll call it a bug.)