Skip to content

Commit

Permalink
docs: fix fuzzy finding keymap description
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Oct 7, 2023
1 parent 308559d commit 79309dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- `<i>`: enter fzf mode from the menu
- `i`: enter fzf mode from the menu
- `<Esc>`: exit fzf mode
- `<Up>/<Down>`: move the cursor in fzf mode
- `<CR>`: call the on_click callback of the symbol under the cursor
Expand Down
2 changes: 1 addition & 1 deletion doc/dropbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
- `<i>`: enter fzf mode from the menu
- `i`: enter fzf mode from the menu
- `<Esc>`: exit fzf mode
- `<Up>/<Down>`: move the cursor in fzf mode
- `<CR>`: call the on_click callback of the symbol under the cursor
Expand Down

0 comments on commit 79309dc

Please sign in to comment.