mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:45:50 +02:00
use simpler reedline (#6016)
This commit is contained in:
@ -243,7 +243,6 @@ let-env config = {
|
||||
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
|
||||
completion_algorithm: "prefix" # prefix, fuzzy
|
||||
animate_prompt: false # redraw the prompt every second
|
||||
float_precision: 2
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user