Skip to content

Commit 8f5af52

Browse files
authored
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
1 parent 256a81a commit 8f5af52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/atuin-client/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ impl Settings {
714714
// muscle memory.
715715
// New users will get the new default, that is more similar to what they are used to.
716716
.set_default("enter_accept", false)?
717-
.set_default("sync.records", false)?
717+
.set_default("sync.records", true)?
718718
.set_default("keys.scroll_exits", true)?
719719
.set_default("keys.prefix", "a")?
720720
.set_default("keymap_mode", "emacs")?

0 commit comments

Comments
 (0)