diff options
| author | Tom <tapayne88@users.noreply.github.com> | 2021-07-02 11:42:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 12:42:25 +0200 |
| commit | c5a6ed16e2022e2d19936e00a8a39a97cba39f11 (patch) | |
| tree | 06ef437e6c5f5c7025dc49d7c6eba4df2b56c91f /doc | |
| parent | 50001d4965af3c95614b1423ab6d130068319cd9 (diff) | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index d2ed4ec..37f2b8d 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -164,6 +164,7 @@ telescope.setup({opts}) *telescope.setup()* - "reset" (default) - "follow" - "row" + - "closest" *telescope.defaults.sorting_strategy* sorting_strategy: ~ |
