RasmusLindroth / tut

TUI for Mastodon with vim inspired keys
https://tut.anv.nu
MIT License
446 stars 29 forks source link

remapping keys for `PgUp` and `PgDn` #279

Open hugegulp opened 3 months ago

hugegulp commented 3 months ago

Hi there, I'm finding I'm having a hard time breaking my habits with vim for PgUp and PgDn. I use Ctrl-J and Ctrl-K, respectively. I was wondering if we can get two more options for remapping the keys of PgUp and PgDn. 🙏

Would be cool to be able to configure it like this:

[input.global-pgup]
special-keys=["PgUp"]

[input.global-pgdn]
special-keys=["PgDn"]