use simpler reedline (#6016)

This commit is contained in:
JT
2022-07-12 13:25:31 +12:00
committed by GitHub
parent c1bf9fd897
commit a5470b2362
8 changed files with 6 additions and 20 deletions

View File

@ -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