mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
Update comment in default_config.nu [skip ci] (#5496)
This commit is contained in:
parent
f311da9623
commit
e4959d2f9f
@ -190,7 +190,7 @@ let-env config = {
|
||||
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 ctr+e
|
||||
buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o
|
||||
use_ansi_coloring: true
|
||||
filesize_format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto
|
||||
edit_mode: emacs # emacs, vi
|
||||
|
Loading…
Reference in New Issue
Block a user