diff options
| author | Hilmar Wiegand <me@hwgnd.de> | 2023-05-22 13:10:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-22 11:10:11 +0000 |
| commit | d21b691bcfbd9ac32c456ac9ce39415a6c3a52dc (patch) | |
| tree | d27b355f6b961342cc0c149067aacb110c8919b6 /docs | |
| parent | Input bar at the top if we are in inline mode (#866) (diff) | |
| download | atuin-d21b691bcfbd9ac32c456ac9ce39415a6c3a52dc.zip | |
Add option to completely disable help row (#993)
* Add option to completely disable help row
* Pass full settings object to draw command
* Add documentation for show_help
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/config/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs/config/config.md b/docs/docs/config/config.md index c3729ec3..1f4e1668 100644 --- a/docs/docs/config/config.md +++ b/docs/docs/config/config.md @@ -196,6 +196,12 @@ Configure whether or not to show a preview of the selected command. Useful when the command is longer than the terminal width and is cut off. +### `show_help` + +Configure whether or not to show the help row, which includes the current Atuin version (and whether an update is available), a keymap hint, and the total amount of commands in your history. + +Defaults to `true`. + ### `exit_mode` What to do when the escape key is pressed when searching |
