refactor(indexers_handler): Use the new handle_table_events macro

This commit is contained in:
2024-12-08 13:24:18 -07:00
parent b060518778
commit dd23e84ccf
5 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
desc: "search",
},
settings: KeyBinding {
key: Key::Char('s'),
key: Key::Char('S'),
desc: "settings",
},
filter: KeyBinding {