Clarify two config fields (#7969)

In particular this makes the `show_banner` field more findable.

Users may search for "welcome" and "startup" which appear
in the banner.
This commit is contained in:
Bram Geron 2023-02-06 00:01:23 +01:00 committed by GitHub
parent e8d930f659
commit 9168301369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,12 +403,13 @@ let-env config = {
color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme`
use_grid_icons: true
footer_mode: "25" # always, never, number_of_rows, auto
float_precision: 2
float_precision: 2 # the precision for displaying floats in tables
# buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
use_ansi_coloring: true
edit_mode: emacs # emacs, vi
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
show_banner: true # true or false to enable or disable the banner
# true or false to enable or disable the welcome banner at startup
show_banner: true
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
hooks: {