Compare commits
2 Commits
6641a7cf7f
...
65ab18e077
| Author | SHA1 | Date | |
|---|---|---|---|
|
65ab18e077
|
|||
|
06c1211342
|
@ -360,7 +360,7 @@ mouse = "Middle"
|
|||||||
[selection]
|
[selection]
|
||||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
||||||
|
|
||||||
[shell]
|
[terminal.shell]
|
||||||
program = "nu"
|
program = "nu"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|||||||
@ -123,7 +123,7 @@ $env.config = {
|
|||||||
|
|
||||||
# sourced from theme.nu
|
# sourced from theme.nu
|
||||||
color_config: $color_config
|
color_config: $color_config
|
||||||
footer_mode: "25" # always, never, number_of_rows, auto
|
footer_mode: 25 # always, never, number_of_rows, auto
|
||||||
float_precision: 2 # the precision for displaying floats in tables
|
float_precision: 2 # the precision for displaying floats in tables
|
||||||
buffer_editor: "" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
|
buffer_editor: "" # 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
|
use_ansi_coloring: true
|
||||||
|
|||||||
Reference in New Issue
Block a user