Skip to content

Commit

Permalink
chore: enable inline height and compact by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jul 10, 2024
1 parent e45979c commit 612fc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/atuin-client/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ impl Settings {
.set_default("sync_frequency", "10m")?
.set_default("search_mode", "fuzzy")?
.set_default("filter_mode", "global")?
.set_default("style", "auto")?
.set_default("inline_height", 0)?
.set_default("style", "compact")?
.set_default("inline_height", 40)?
.set_default("show_preview", true)?
.set_default("preview.strategy", "auto")?
.set_default("max_preview_height", 4)?
Expand Down

0 comments on commit 612fc90

Please sign in to comment.