Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 2, 2024
1 parent 33f446f commit eb74bbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ date_local = true
name_width = 20

[ui.detail]
# The height of a commit detail area.
# type: u16
height = 20
# The date format of a author/committer date in the commit detail.
# The format must be specified in strftime format.
# https://docs.rs/chrono/latest/chrono/format/strftime/index.html
Expand All @@ -236,6 +239,11 @@ date_format = "%Y-%m-%d %H:%M:%S %z"
# type: boolean
date_local = true

[ui.refs]
# The width of a refs list area.
# type: u16
width = 26

[keybind]
# See ./assets/default-keybind.toml for a specific example configuration.
# ...
Expand Down

0 comments on commit eb74bbe

Please sign in to comment.