diff options
| author | xfzv <78810647+xfzv@users.noreply.github.com> | 2022-10-05 12:14:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-05 12:14:56 +0000 |
| commit | eadf573670f8e53abe3755db3888415fcb9dc686 (patch) | |
| tree | e5095eb07484d72a490ae2253881abb0a1252779 | |
| parent | Add contributors command (#550) (diff) | |
| download | atuin-eadf573670f8e53abe3755db3888415fcb9dc686.zip | |
Add `style` to config.toml and config.md (#552)
* Add `style` to config.toml
* Add `style` to config.md
* Update atuin-client/config.toml
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
| -rw-r--r-- | atuin-client/config.toml | 4 | ||||
| -rw-r--r-- | docs/config.md | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index bfb51149..0d82ac28 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -26,3 +26,7 @@ ## which search mode to use ## possible values: prefix, fulltext, fuzzy # search_mode = "prefix" + +## which style to use +## possible values: auto, full, compact +#style = "auto" diff --git a/docs/config.md b/docs/config.md index 117e93ef..dbe48d99 100644 --- a/docs/config.md +++ b/docs/config.md @@ -102,6 +102,20 @@ the search syntax [described below](#fuzzy-search-syntax). Defaults to "prefix" +### `style` + +Which style to use. Possible values: `auto`, `full` and `compact`. + +- `compact`: + + + +- `full`: + + + +Defaults to `auto`. + ### `filter_mode` The default filter to use when searching |
