mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 21:58:29 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user