mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +01:00
parent
0ea7a38c21
commit
8fdc272bcc
@ -92,7 +92,7 @@ impl Default for Config {
|
|||||||
partial_completions: true,
|
partial_completions: true,
|
||||||
completion_algorithm: "prefix".into(),
|
completion_algorithm: "prefix".into(),
|
||||||
edit_mode: "emacs".into(),
|
edit_mode: "emacs".into(),
|
||||||
max_history_size: 1000,
|
max_history_size: i64::MAX,
|
||||||
sync_history_on_enter: true,
|
sync_history_on_enter: true,
|
||||||
log_level: String::new(),
|
log_level: String::new(),
|
||||||
keybindings: Vec::new(),
|
keybindings: Vec::new(),
|
||||||
|
Loading…
Reference in New Issue
Block a user