From edf8dad73ba3bdb6a5a9e282f950decd36aeda87 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 4 Dec 2024 12:23:39 +0100 Subject: [PATCH] add .tigrc config --- .tigrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .tigrc diff --git a/.tigrc b/.tigrc new file mode 100644 index 0000000..8a71868 --- /dev/null +++ b/.tigrc @@ -0,0 +1,23 @@ +# Variables +set commit-order = author-date + +# View settings +set main-options = --all +set main-view = id:yes author:width:20 date:custom commit-title:yes,graph,refs + +color id yellow default +color author default default +color date green default +color main-ref red default +color cursor black green + +# UI display settings +set tab-size = 2 + +# Generic +bind generic move-up +bind generic move-down +bind generic next +bind generic previous +bind generic previous +bind generic next