-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tigrc
40 lines (32 loc) · 998 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
36
37
38
39
40
# defaults here
# https://github.com/jonas/tig/blob/master/tigrc
# Order commits topologically
set commit-order = topo
# Show line numbers for every 10th line in the pager view
# set pager-view = line-number:yes,interval=1 text
set main-view = id date:relative author:full commit-title:graph=v1,refs=yes
# set - etc
# set vertical-split = "auto"
# set split-view-width = 40%
set horizontal-scroll = 35%
set split-view-height = 65%
set line-graphics = utf-8
set tab-size = 4
# color
color cursor white black
# bind
bind main g move-first-line
bind main G move-last-line
bind main F view-grep
bind generic r refresh
bind generic n next
bind generic p previous
bind generic N find-next
bind generic P find-prev
bind generic h scroll-left
bind generic l scroll-right
bind generic ? view-help
bind generic J move-half-page-down
bind generic K move-half-page-up
set log-options = --simplify-merges --pretty=fuller
set mouse = yes # Enable mouse support?