Skip to main content

Module keys

Module keys 

Source
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§

GitKeyAction
High-level action dispatched by the git TUI keymap.

Functions§

match_git_key
Map a key event to a GitKeyAction. Returns None for keys the overlay does not handle (the caller decides whether to forward or drop).