makew0rld / amfora

A fancy terminal browser for the Gemini protocol.
GNU General Public License v3.0
1.14k stars 68 forks source link

Binding Half Page Down #303

Closed jonhiggs closed 2 years ago

jonhiggs commented 2 years ago

Currently, bind_pgdn seems to scoll about 3/4 of a page. I find it difficult to use page up and down because I'm looking to continue reading from the wrong part of the screen. I guess this is learnt behaviour from years of using Vim and Less which both scroll half a page with page up and down (though that might be config on my side).

I would really like some new bindings that will allow me to scroll half a page at a time.

Thanks.

makew0rld commented 2 years ago

Huh, you're right less does scroll only half a page. I think I was copying Bombadillo when I added it, but I assumed that's what less did as well. Changed to 50% in 00d90cb.