rcr / rirc

A terminal IRC client in C
https://rcr.io/rirc/
MIT License
142 stars 17 forks source link

customized shortcuts #23

Closed mikexliu closed 6 years ago

mikexliu commented 7 years ago

I don't want to use the default short cuts. :)

For example, scrolling up and down with j and k makes a lot more sense (vim uses same keys and they're next to each other to easily go up and down).

rcr commented 7 years ago

This will be configurable at compile time in a header eventually, but it's a long way off on the roadmap. Focusing right now on hardening existing code and completing half-done features before I start adding more. Thanks for the input.