From eb74bbeb22a8cfa8d2a739f90061a8032b2d37d2 Mon Sep 17 00:00:00 2001 From: Kyosuke Fujimoto Date: Tue, 3 Sep 2024 08:06:21 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de37da2..5317e6f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. # ...