A few fixes to docs generation and default config (#4570)

* A few fixes to docs generation and default config

* A few more fixes
This commit is contained in:
JT
2022-02-20 15:20:41 -05:00
committed by GitHub
parent 6024a17a5b
commit 2ba12afb01
9 changed files with 88 additions and 62 deletions

View File

@@ -132,8 +132,8 @@ let $config = {
cellpath: white
}
use_grid_icons: $true
footer_mode: always # always, never, number_of_rows, auto
quick_completions: $false # set this to $true to auto-select completions when only one remains
footer_mode: "30" # always, never, number_of_rows, auto
quick_completions: $true # set this to $false to prevent auto-selecting completions when only one remains
animate_prompt: $false # redraw the prompt every second
float_precision: 2
use_ansi_coloring: $true