diff options
| author | chitao1234 <chotaotao1qaz2wsx@gmail.com> | 2025-09-14 23:18:41 +0800 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-15 10:31:09 -0700 |
| commit | 0aedb4ddd9e6413d4025122675fe7423f43b5d7b (patch) | |
| tree | 5b015f8ec15c7dd022a93aedfb3cac057ff7931b /crates/atuin-client/config.toml | |
| parent | chore(deps): bump debian (diff) | |
| download | atuin-0aedb4ddd9e6413d4025122675fe7423f43b5d7b.zip | |
feat: add session-preload filter mode to include global history from before session start
This mode mimics the default behavior for many shells.
Diffstat (limited to 'crates/atuin-client/config.toml')
| -rw-r--r-- | crates/atuin-client/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 31294b38..80cdf809 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -41,7 +41,7 @@ # search_mode = "fuzzy" ## which filter mode to use by default -## possible values: "global", "host", "session", "directory", "workspace" +## possible values: "global", "host", "session", "session-preload", "directory", "workspace" ## consider using search.filters to customize the enablement and order of filter modes # filter_mode = "global" @@ -281,4 +281,4 @@ records = true ## The list of enabled filter modes, in order of priority. ## The "workspace" mode is skipped when not in a workspace or workspaces = false. ## Default filter mode can be overridden with the filter_mode setting. -# filters = [ "global", "host", "session", "workspace", "directory" ] +# filters = [ "global", "host", "session", "session-preload", "workspace", "directory" ] |
