Do not show deleted branch when reloading the branch view
[tig.git] / contrib / tigrc
blobd9ec78295a284c1e7e70cc9e5f6560a932353e5a
2 # Base configuration
4 # Syntax: set <option> = <value>
6 set show-rev-graph = yes        # Show revision graph?
7 set line-number-interval = 5    # Interval between line numbers
8 set tab-size = 8                # Number of spaces pr tab 
11 # Key configuration
13 # Syntax: bind <keymap> <key> <request>
15 bind main w scroll-line-up
16 bind main s scroll-line-down
18 bind diff a previous
19 bind diff d next
20 bind diff b move-first-line
22 bind generic g view-next
25 # Color configuration
27 # Syntax: color <line> <color> <color> [<attribute>]
29 # Diff colors
30 color diff-header        yellow  default
31 color diff-index         blue    default
32 color diff-chunk         magenta default
33 color diff-add           green   default
34 color diff-del           red     default
35 color diff-oldmode       yellow  default
36 color diff-newmode       yellow  default
37 color diff-copy-from     yellow  default
38 color diff-copy-to       yellow  default
39 color diff-rename-from   yellow  default
40 color diff-rename-to     yellow  default
41 color diff-similarity    yellow  default
42 color diff-dissimilarity yellow  default
43 color diff-tree          blue    default
45 # Pretty print commit header
46 color pp-author         cyan    default
47 color pp-commit         magenta default
48 color pp-merge          blue    default
49 color pp-date           yellow  default
50 color pp-adate          yellow  default
51 color pp-cdate          yellow  default
53 # Raw commit header
54 color commit            green   default
55 color parent            blue    default
56 color tree              blue    default
57 color author            cyan    default
58 color committer         magenta default
60 # Misc
61 color signoff           yellow  default
63 # UI colors
64 color default           default default
65 color cursor            white   green
66 color status            green   default
67 color title-blur        white   blue
68 color title-focus       white   blue    bold
69 color main-date         blue    default
70 color main-author       green   default
71 color main-commit       default default
72 color main-delim        magenta default
73 color main-tag          magenta default bold
74 color main-ref          cyan    default bold
76 # You can almost use vim: ft=muttrc