-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_tigrc
More file actions
65 lines (57 loc) · 1.65 KB
/
dot_tigrc
File metadata and controls
65 lines (57 loc) · 1.65 KB
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
60
61
62
63
64
65
# man tigrc for explanations
set line-graphics = utf-8
# Key configuration
bind generic u move-up
bind generic e move-down
bind generic k find-next
bind generic K find-prev
bind generic g view-next
bind generic E edit
bind generic U status-update
bind diff u scroll-line-up
bind diff e scroll-line-down
bind diff n previous
bind diff i next
bind diff b move-first-line
bind generic Y @sh -c "echo -n %(commit) | xclip -selection c"
# Color configuration
color diff-header yellow default
color diff-index blue default
color diff-chunk magenta default
color diff-add green default
color diff-del red default
color diff-oldmode yellow default
color diff-newmode yellow default
color 'copy from ' yellow default
color 'copy to ' yellow default
color 'rename from ' yellow default
color 'rename to ' yellow default
color diff-similarity yellow default
color 'dissimilarity ' yellow default
color 'diff-tree ' blue default
# Pretty print commit header
color 'Author: ' cyan default
color 'Commit: ' magenta default
color pp-merge blue default
color 'Date: ' yellow default
color 'AuthorDate: ' yellow default
color 'CommitDate: ' yellow default
# Raw commit header
color commit green default
color parent blue default
color tree blue default
color author cyan default
color committer magenta default
# Misc
color ' Signed-off-by' yellow default
color graph-commit yellow default bold
# UI colors
color default default default
color cursor white blue bold
color status green default
color title-blur white blue
color title-focus yellow blue bold
color main-commit default default
color main-tag magenta default bold
color main-ref cyan default bold
# You can almost use vim: ft=muttrc