mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 00:03:49 +01:00
chore: enable record sync by default (#2255)
I'm now pretty confident in the automatic migration. Let's cut people over so they have a better experience
This commit is contained in:
parent
256a81a17a
commit
8f5af526d3
@ -714,7 +714,7 @@ impl Settings {
|
||||
// muscle memory.
|
||||
// New users will get the new default, that is more similar to what they are used to.
|
||||
.set_default("enter_accept", false)?
|
||||
.set_default("sync.records", false)?
|
||||
.set_default("sync.records", true)?
|
||||
.set_default("keys.scroll_exits", true)?
|
||||
.set_default("keys.prefix", "a")?
|
||||
.set_default("keymap_mode", "emacs")?
|
||||
|
Loading…
Reference in New Issue
Block a user