pub fn match_git_key(key: &KeyEvent) -> Option<GitKeyAction>Expand description
Map a key event to a GitKeyAction. Returns None for keys the
overlay does not handle (the caller decides whether to forward or drop).
pub fn match_git_key(key: &KeyEvent) -> Option<GitKeyAction>Map a key event to a GitKeyAction. Returns None for keys the
overlay does not handle (the caller decides whether to forward or drop).