-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tigrc
36 lines (32 loc) · 979 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
30
31
32
33
34
35
set show-rev-graph = yes
set show-changes = yes
# ----------------
# Vi like binding.
# ----------------
# from: https://github.com/fatih/dotfiles/blob/master/tigrc
#bind generic <Ctrl-u> scroll-page-up
#bind generic <Ctrl-d> scroll-page-down
bind generic y scroll-line-up
bind generic e scroll-line-down
bind generic g move-first-line
bind generic G move-last-line
bind generic o enter
# Allow moving in the main menu while displaying a diff in the bottom of the screen.
bind generic J next
bind generic K previous
# -------
# Colors.
# -------
# from https://github.com/jtheoof/dotfiles/blob/master/.tigrc
color cursor white black
color status white default
color title-focus white black
color date yellow default
color author green default
color main-head magenta default
color main-tag magenta default
color stat-staged green default
color stat-unstaged red default
color stat-untracked yellow default
color tree.header white default
color tree.directory cyan default