tulir / gomuks

A Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.37k stars 123 forks source link

Scroll message list down/up with Ctrl+N/Ctrl+P #349

Closed adamthiede closed 2 years ago

adamthiede commented 2 years ago

Many pagers and other programs with scrollable output have the keybindings Ctrl+N (Next) and Ctrl+P (Previous). I use a device without pgup/pgdown keys and it would be useful to be able to scroll the message list by a line at a time with these fairly standard keybindings. I can attempt to make a PR later too.

adamthiede commented 2 years ago

I opened https://github.com/tulir/gomuks/pull/350 to add the keybindings.