|
|
|
@ -123,7 +123,7 @@ $env.config = {
|
|
|
|
|
emacs: block
|
|
|
|
|
}
|
|
|
|
|
color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme`
|
|
|
|
|
footer_mode: "25" # always, never, number_of_rows, auto
|
|
|
|
|
footer_mode: "auto" # always, never, number_of_rows, auto
|
|
|
|
|
float_precision: 2
|
|
|
|
|
buffer_editor: "hx" # 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
|
|
|
|
|