-
Notifications
You must be signed in to change notification settings - Fork 0
/
tigrc
29 lines (24 loc) · 827 Bytes
/
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
# Options
# ---
set main-view = \
id:true \
date:relative \
author:full \
commit-title:graph=true,refs=true
set blame-view-line-number = true
set blame-options = -C -C -C # Blame lines from other files
set commit-order = topo # (too slow to load...)
set diff-highlight = true
set editor-line-number = true # Whether to pass the selected line number to the editor command.
set git-colors = no # Do not read Git's color settings.
set ignore-case = true # Ignore case in searches
set line-graphics = utf-8 # Fancy branch graph lines
set truncation-delimiter = utf-8 # Character drawn for truncations, or "utf-8"
# set mouse = true # Whether to enable mouse support.
set refresh-mode = auto
set wrap-lines = true # Wrap long lines
# Commands
# ---
bind status X !rm %(file)
bind status Z !git cz
bind main P !git push