diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-07-03 21:39:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-03 21:39:24 +0200 |
| commit | 2b1da47deb17e4fcd72892f8c01aaf23a828f967 (patch) | |
| tree | 33a6497fcf4dcb78154dff5cbd858b34b7c0635a /doc | |
| parent | f8047b8bc9e2fdc06cc3b5d3d7701f1299f3b6e4 (diff) | |
chore: make to_fuzzy_refine configurable (#2034)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 4a6eb1a..6e9c638 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -2811,6 +2811,16 @@ actions.which_key({prompt_bufnr}) *telescope.actions.which_key()* {prompt_bufnr} (number) The prompt bufnr +actions.to_fuzzy_refine({prompt_bufnr}) *telescope.actions.to_fuzzy_refine()* + Move from a none fuzzy search to a fuzzy one + This action is meant to be used in live_grep and + lsp_dynamic_workspace_symbols + + + Parameters: ~ + {prompt_bufnr} (number) The prompt bufnr + + ================================================================================ *telescope.actions.state* |
