-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_tigrc
More file actions
26 lines (24 loc) · 680 Bytes
/
_tigrc
File metadata and controls
26 lines (24 loc) · 680 Bytes
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
# set vertical-split = yes
set main-view = \
line-number:yes,interval=1 \
date \
id:yes,color \
author:abbreviated \
commit-title:graph=yes,refs=yes
set split-view-height = 80%
set diff-context = 6
# set main-view-date = date-local
# set main-view-date-local = true
bind generic <Ctrl-f> scroll-page-down
bind generic <Ctrl-b> scroll-page-up
# set show-author = full
# set show-refs = true
# set show-rev-graph = true
# set show-date = local
# set show-line-numbers = yes
# set line-number-interval = 1
set line-graphics = ascii
# set show-file-size = units
# set horizontal-scroll = 20%
bind main R !git rebase -i %(commit)
bind diff R !git rebase -i %(commit)