diff options
| author | Matheus Martins <matheuscumth@gmail.com> | 2023-09-14 18:04:29 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 21:04:29 +0000 |
| commit | c091f2f95af228cc3bb6a4755d72d8039bf803fc (patch) | |
| tree | ef0ee9532ca7557e017c97588a10ad55ed665436 /docs | |
| parent | Update config.toml: List inverted mode (#1226) (diff) | |
| download | atuin-c091f2f95af228cc3bb6a4755d72d8039bf803fc.zip | |
config.md: invert mode detailed options (#1225)
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/config/config.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/docs/config/config.md b/docs/docs/config/config.md index 27d11e7c..1f295334 100644 --- a/docs/docs/config/config.md +++ b/docs/docs/config/config.md @@ -192,7 +192,11 @@ Defaults to `auto`. ### `invert` -Invert the UI - put the search bar at the top +Invert the UI - put the search bar at the top , Default to `false` + +``` +invert = true/false +``` ### `inline_height` |
