mirror of https://github.com/helix-editor/helix
feat: merge-with-commandline `false` by default
parent
355402e210
commit
df96f0c122
|
@ -504,7 +504,7 @@ impl Default for StatusLineConfig {
|
||||||
],
|
],
|
||||||
separator: String::from("│"),
|
separator: String::from("│"),
|
||||||
mode: ModeConfig::default(),
|
mode: ModeConfig::default(),
|
||||||
merge_with_commandline: true,
|
merge_with_commandline: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue