44 {
"first-entry", OP_FIRST_ENTRY },
45 {
"last-entry", OP_LAST_ENTRY },
46 {
"next-entry", OP_NEXT_ENTRY },
47 {
"next-page", OP_NEXT_PAGE },
48 {
"previous-entry", OP_PREV_ENTRY },
49 {
"previous-page", OP_PREV_PAGE },
57 { OP_FIRST_ENTRY,
"<home>" },
58 { OP_LAST_ENTRY,
"<end>" },
59 { OP_NEXT_ENTRY,
"<down>" },
60 { OP_NEXT_PAGE,
"<pagedown>" },
61 { OP_PREV_ENTRY,
"<up>" },
62 { OP_PREV_PAGE,
"<pageup>" },
Convenience wrapper for the core headers.
const struct MenuOpSeq FuzzyDefaultBindings[]
Key bindings for the Fuzzy Window.
static const struct MenuFuncOp OpFuzzy[]
Functions for the Fuzzy Window.
struct SubMenu * fuzzy_get_submenu(void)
Get the Fuzzy SubMenu.
void fuzzy_init_keys(struct NeoMutt *n, struct SubMenu *sm_generic)
Initialise the Fuzzy Keybindings - Implements ::init_keys_api.
Fuzzy private Module data.
Convenience wrapper for the gui headers.
void km_menu_add_submenu(struct MenuDefinition *md, struct SubMenu *sm)
Add a SubMenu to a Menu Definition.
struct SubMenu * km_register_submenu(const struct MenuFuncOp functions[])
Register a submenu.
struct MenuDefinition * km_register_menu(int menu, const char *name)
Register a menu.
void km_menu_add_bindings(struct MenuDefinition *md, const struct MenuOpSeq bindings[])
Add Keybindings to a Menu.
@ MODULE_ID_FUZZY
ModuleFuzzy, Fuzzy matching library
Convenience wrapper for the library headers.
void * neomutt_get_module_data(struct NeoMutt *n, enum ModuleId id)
Get the private data for a Module.
Fuzzy private Module data.
struct MenuDefinition * md_fuzzy
Fuzzy Menu Definition.
struct SubMenu * sm_fuzzy
Fuzzy functions.
Container for Accounts, Notifications.
@ MENU_FUZZY
Fuzzy searcher.