diff options
| author | Amos Kong <amos@sietium.com> | 2023-12-17 23:20:45 +0800 |
|---|---|---|
| committer | Amos Kong <amos@sietium.com> | 2023-12-17 23:23:50 +0800 |
| commit | a6dc979c83d249135f49e1af0ffa0d2174b62b0d (patch) | |
| tree | 4c17b41d23ff24171d1fd08db5c51b192a75a0c0 /configs/.tigrc | |
| parent | 37d3fca21176ea2d66937dc97dfafa8a291c9c0c (diff) | |
| download | config-samples-master.tar.gz config-samples-master.tar.xz config-samples-master.zip | |
Signed-off-by: Amos Kong <amos@sietium.com>
Diffstat (limited to 'configs/.tigrc')
| -rw-r--r-- | configs/.tigrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/.tigrc b/configs/.tigrc new file mode 100644 index 0000000..0edf0bd --- /dev/null +++ b/configs/.tigrc @@ -0,0 +1,12 @@ +set horizontal-scroll = 33% + +#set main-view = date:default author:abbreviated +set main-view-date = custom +#set main-view-date-format = "%Y-%m-%d %H:%M" +set main-view-date-format = "%y-%m-%d" +#set main-view-author = no +#set main-view-author = abbreviated +set main-view-author = email-user +set split-view-width = 80% +set split-view-height = 80% + |
