Expand description
Keymap for the git TUI overlay.
Maps a crossterm::event::KeyEvent to a GitKeyAction. Pure — no
terminal I/O, no rendering. Consumed by the overlay’s event loop.
Enums§
- GitKey
Action - High-level action dispatched by the git TUI keymap.
Functions§
- match_
git_ key - Map a key event to a
GitKeyAction. ReturnsNonefor keys the overlay does not handle (the caller decides whether to forward or drop).