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 /docs | |
| 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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
