From 8080a172afaf50cbe6b4f5aade3c0920b29c3d1e Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Thu, 10 Aug 2023 00:06:27 +0200 Subject: Update(docs) Add `workspace` to config.toml and config.md (#1157) --- docs/docs/config/config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/docs/config/config.md b/docs/docs/config/config.md index dd7c80fe..3918c665 100644 --- a/docs/docs/config/config.md +++ b/docs/docs/config/config.md @@ -166,6 +166,16 @@ filter_mode_shell_up_key_binding = "session" Defaults to the value specified for filter_mode. +### `workspace` + +This flag enables a pseudo filter-mode named "workspace": the filter is automatically +activated when you are in a git repository. Defaults to false. + +With workspace filtering enabled, Atuin will filter for commands executed in any directory +within a git repository tree. + +Filter modes can still be toggled via ctrl-r. + ### `style` Which style to use. Possible values: `auto`, `full` and `compact`. -- cgit v1.3.1