-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tigrc
59 lines (51 loc) · 1.28 KB
/
.tigrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Basics
#set line-graphics = default
set vertical-split = false
#set ignore-case = yes
# Cosmetics
color cursor default 237
# Speed up large repositories
source ~/.tigrc.large
## Blame-View
set blame-view = \
line-number:yes,interval=1,width=5 \
date:custom,format="%Y-%m-%d %H:%M" \
author:full,width=20 \
id:yes \
text:yes
## Main-View
set main-view = \
line-number:no,interval=5,width=5 \
date:custom,format="%Y-%m-%d %H:%M" \
author:full,width=20 \
id:no \
commit-title:yes,graph=yes,refs=yes,overflow=no
## Refs-View
set refs-view = \
line-number:no,interval=1,width=5 \
date:custom,format="%Y-%m-%d %H:%M" \
author:full,width=20 \
id:no \
ref:yes \
commit-title:yes,graph=yes,refs=yes,overflow=no
## Stash-View
set stash-view = \
line-number:no,interval=1,width=5 \
date:custom,format="%Y-%m-%d %H:%M" \
author:full,width=20 \
id:no \
commit-title:yes,graph=yes,refs=yes,overflow=no
## Status-View
set status-view = \
line-number:no,interval=1,width=5 \
status:long \
file-name:always
## Tree-View
set tree-view = \
line-number:no,interval=5,width=5 \
date:custom,format="%Y-%m-%d %H:%M" \
author:full,width=20 \
id:no \
mode:yes \
file-size:units \
file-name:always