1
0

add .tigrc config

This commit is contained in:
2024-12-04 12:23:39 +01:00
parent 8ef83ca80c
commit edf8dad73b

23
.tigrc Normal file
View File

@@ -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 <Up> move-up
bind generic <Down> move-down
bind generic <C-Down> next
bind generic <C-Up> previous
bind generic <Ins> previous
bind generic <Del> next