diff options
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" ] |
