]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tigrc
tigrc: Minor whitespace fix.
[config/dotfiles.git] / tigrc
1 # tig configuration file.
2
3
4 # Show the revision graph like gitk does.
5 set show-rev-graph = yes
6
7 # Use relative dates.
8 set show-date = relative
9
10
11 # BINDINGS
12
13 # Allow moving in the main menu while displaying a diff in the bottom of the
14 # screen.
15 bind generic J next
16 bind generic K previous
17
18
19 # COLORS
20
21 # Try to mimic gitk's colors.
22
23 color date      default default
24 color delimiter default default # ~ if text is too long
25
26 # Main window.
27 color main-author    default default      # just 'author' in newer versions
28 color main-head      green   default bold # HEAD
29 color main-ref       green   default      # branches
30 color main-remote    yellow  default      # remote branches
31 color main-tag       yellow  default bold # tags
32 color main-local-tag yellow  default bold # local tags (normal tags)
33
34 # Information at the top of the commit diff.
35 color pp-adate  default default
36 color pp-cdate  default default
37 color pp-author default default
38 color pp-commit default default
39 color pp-merge  default default
40 color pp-date   default default
41 color pp-adate  default default
42 color pp-cdate  default default
43 color pp-refs   default default
44 # Special parts of the commit message.
45 color signoff   default default
46 color acked     default default
47
48 # Diff coloring.
49 color diff-header default default bold # diff --git a/.. b/..
50 color diff-index  default default bold # index abc..def
51 color diff-chunk  cyan    default      # @@ -.. +.. @@