Skip to content

Commit

Permalink
chore: enable record sync by default (#2255)
Browse files Browse the repository at this point in the history
I'm now pretty confident in the automatic migration. Let's cut people over so they have a better experience
  • Loading branch information
ellie authored Jul 11, 2024
1 parent 256a81a commit 8f5af52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/atuin-client/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")?
Expand Down

0 comments on commit 8f5af52

Please sign in to comment.