1
0

move .tigrc to .config directory

This commit is contained in:
Karsten Hachmeister
2025-01-31 13:26:31 +01:00
parent 26102c7672
commit 6be443c8e3

23
.config/tig/config 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