Customizable Keyboard Bindings + Smarter Help Overlay
- Bindings config: You can now fully remap Resterm’s keyboard workflow by creating bindings.toml (or .json) under ${RESTERM_CONFIG_DIR}. Every action-pane focus, splits, compare, send shortcuts, etc. has a documented action_id so you can bind keys or chords that fits your needs. You can find an sample in _examples/bindings.toml.
- Live help sheet: The in-app help overlay has been reworked and no longer lists fixed shortcuts. It reads your binding file and shows the actual keys you configured.
What's Changed
- RST_074 code format and comments to new compare code by @unkn0wn-root in #79
- feat: add configurable keyboard bindings + dynamic help overlay by @unkn0wn-root in #80
Full Changelog: v0.7.0...v0.7.1