diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:02:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:02:40 -0800 |
| commit | 4f40318e4b5a028febb940a1c4bb5372df19f54f (patch) | |
| tree | a8ad6d1f8ad3c6dbd3348bc7c5605ae73db17f7b | |
| parent | Small spelling fix (#3081) (diff) | |
| download | atuin-4f40318e4b5a028febb940a1c4bb5372df19f54f.zip | |
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 <tessarek@evermeet.cx>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | docs/docs/configuration/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
