feat: selection_strategy closest (#885)

* Added closest selection_strategy to use default_selection_index initially but prefer highest ranked match when prompt not empty

* Updated supporting documentation to include selection_strategy
This commit is contained in:
Tom
2021-07-02 11:42:25 +01:00
committed by GitHub
parent 50001d4965
commit c5a6ed16e2
4 changed files with 10 additions and 2 deletions

View File

@@ -124,7 +124,8 @@ local telescope_defaults = {
Available options are:
- "reset" (default)
- "follow"
- "row"]],
- "row"
- "closest"]],
},
scroll_strategy = {