help: display all keybinds

This commit is contained in:
🪞👃🪞 2025-04-30 21:50:35 +03:00
parent 9bc4e3fb5f
commit 9f30f77aee
4 changed files with 25 additions and 29 deletions

View file

@ -53,7 +53,7 @@ pub struct Tek {
// Modal overlay
pub modal: Option<Modal>,
// Input keymap
pub keys: InputMap<'static, Self, TekCommand, TuiIn, SourceIter<'static>>
pub keys: InputMap<'static, Self, TekCommand, TuiIn, TokenIter<'static>>
}
impl Tek {