Update comment in default_config.nu [skip ci] (#5496)

This commit is contained in:
Jonathan Moore 2022-05-10 06:21:01 -05:00 committed by GitHub
parent f311da9623
commit e4959d2f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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