mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
partial completions (#4704)
This commit is contained in:
@ -170,6 +170,7 @@ let $config = {
|
||||
use_grid_icons: true
|
||||
footer_mode: "25" # always, never, number_of_rows, auto
|
||||
quick_completions: true # set this to false to prevent auto-selecting completions when only one remains
|
||||
partial_completions: true # set this to false to prevent partial filling of the prompt
|
||||
animate_prompt: false # redraw the prompt every second
|
||||
float_precision: 2
|
||||
use_ansi_coloring: true
|
||||
|
Reference in New Issue
Block a user