From 4f40318e4b5a028febb940a1c4bb5372df19f54f Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:02:40 -0800 Subject: docs(config): clarify scope of directory filter_mode (#3082) Clarify that the directory filter_mode searches across all hosts/sessions, just filtering by directory path. --- Migrated from https://github.com/atuinsh/docs/pull/67 Original author: @tessarek Co-authored-by: Helmut K. C. Tessarek Co-authored-by: Claude Opus 4.5 --- docs/docs/configuration/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md index fa51ff3e..408636a8 100644 --- a/docs/docs/configuration/config.md +++ b/docs/docs/configuration/config.md @@ -144,7 +144,7 @@ The default filter to use when searching | 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 | +| directory | Search history just from the current directory (global) | | workspace | Search history just from the current git repository (>17.0) | Filter modes can still be toggled via ctrl-r -- cgit v1.3.1