Skip to content

Commit

Permalink
chore: enable inline height and compact by default (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Aug 27, 2024
1 parent 00ef69f commit 5ed36b7
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 @@ -715,8 +715,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 5ed36b7

Please sign in to comment.