Skip to content

Commit

Permalink
docs: document dropbar_menu_t:fuzzy_find*
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Sep 2, 2023
1 parent bffacb7 commit aebd243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,10 @@ Declared and defined in [`lua/dropbar/menu.lua`](https://github.com/Bekaboo/drop
| `dropbar_menu_t:open(opts: dropbar_menu_t?)` | open the menu with options `opts` |
| `dropbar_menu_t:close(restore_view: boolean?)` | close the menu |
| `dropbar_menu_t:toggle(opts: dropbar_menu_t?)` | toggle the menu |
| `dropbar_menu_t:fuzzy_find_restore_entries()` | restore menu buffer and entries in their original order before modification by fuzzy search
| `dropbar_menu_t:fuzzy_find_close(fix_cursor: boolean?)` | stop fuzzy finding and clean up allocated memory, optionally fixing the cursor position to counterract cursor movement caused by entering and leaving insert mode
| `dropbar_menu_t:fuzzy_find_click_on_entry(component: number or fun(dropbar_menu_entry_t):dropbar_symbol_t)` | click on the currently selected fuzzy menu entry, choosing the component to click according to component
| `dropbar_menu_t:fuzzy_find_open(opts: table?)` | open the fuzzy search menu, overriding fzf configuration with opts argument
#### `dropbar_menu_entry_t`
Expand Down

0 comments on commit aebd243

Please sign in to comment.