feat: Refactor all keybinding tips into a dynamically changing menu that can be invoked via '?' [#32]
This commit is contained in:
@@ -23,6 +23,7 @@ generate_keybindings! {
|
||||
search,
|
||||
auto_search,
|
||||
settings,
|
||||
help,
|
||||
filter,
|
||||
sort,
|
||||
edit,
|
||||
@@ -121,6 +122,11 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
|
||||
alt: None,
|
||||
desc: "settings",
|
||||
},
|
||||
help: KeyBinding {
|
||||
key: Key::Char('?'),
|
||||
alt: None,
|
||||
desc: "show/hide keybindings",
|
||||
},
|
||||
filter: KeyBinding {
|
||||
key: Key::Char('f'),
|
||||
alt: None,
|
||||
|
||||
Reference in New Issue
Block a user