summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom <tapayne88@users.noreply.github.com>2021-07-02 11:42:25 +0100
committerGitHub <noreply@github.com>2021-07-02 12:42:25 +0200
commitc5a6ed16e2022e2d19936e00a8a39a97cba39f11 (patch)
tree06ef437e6c5f5c7025dc49d7c6eba4df2b56c91f /README.md
parent50001d4965af3c95614b1423ab6d130068319cd9 (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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 079a124..1d8e996 100644
--- a/README.md
+++ b/README.md
@@ -221,7 +221,7 @@ EOF
| `file_sorter` | The sorter for file lists. | [Sorters](#sorters) |
| `generic_sorter` | The sorter for everything else. | [Sorters](#sorters) |
| `vimgrep_arguments` | The command line argument for grep search ... TODO. | dict |
-| `selection_strategy` | What happens to the selection if the list changes. | follow/reset/row |
+| `selection_strategy` | What happens to the selection if the list changes. | follow/reset/row/closest |
| `file_ignore_patterns` | Pattern to be ignored `{ "scratch/.*", "%.env" }` | dict |
| `shorten_path` | Whether to shorten paths or not. | boolean |