diff --git a/README.md b/README.md index 312c5759..0319bb8c 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975- - Fuzzy finder - Use `dropbar_menu_t:fuzzy_find_open()` to interactively filter, select and preview entries using fzf - - ``: enter fzf mode from the menu + - `i`: enter fzf mode from the menu - ``: exit fzf mode - `/`: move the cursor in fzf mode - ``: call the on_click callback of the symbol under the cursor diff --git a/doc/dropbar.txt b/doc/dropbar.txt index 094b8edb..aa02a6ff 100644 --- a/doc/dropbar.txt +++ b/doc/dropbar.txt @@ -152,7 +152,7 @@ USAGE *dropbar-usage* - Fuzzy finder - Use `dropbar_menu_t:fuzzy_find_open()` to interactively filter, select and preview entries using fzf - - ``: enter fzf mode from the menu + - `i`: enter fzf mode from the menu - ``: exit fzf mode - `/`: move the cursor in fzf mode - ``: call the on_click callback of the symbol under the cursor