summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2022-07-03 21:39:24 +0200
committerGitHub <noreply@github.com>2022-07-03 21:39:24 +0200
commit2b1da47deb17e4fcd72892f8c01aaf23a828f967 (patch)
tree33a6497fcf4dcb78154dff5cbd858b34b7c0635a /doc
parentf8047b8bc9e2fdc06cc3b5d3d7701f1299f3b6e4 (diff)
chore: make to_fuzzy_refine configurable (#2034)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt10
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*