aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 405e3b57..8b5fa29f 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -102,6 +102,20 @@ the search syntax [described below](#fuzzy-search-syntax).
Defaults to "prefix"
+### `filter_mode`
+
+The default filter to use when searching
+
+| Column1 | Column2 |
+|--------------- | --------------- |
+| global (default) | Search history from all hosts, all sessions, all directories |
+| host | Search history just from this host |
+| session | Search history just from the current session |
+| directory | Search history just from the current directory|
+
+Filter modes can still be toggled via ctrl-r
+
+
```
search_mode = "fulltext"
```