forked from shiftc/misc_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tigrc
24 lines (17 loc) · 735 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
set main-view = line-number:yes,interval=5 id:no date:default author:full commit-title:yes,graph,refs,overflow=no
bind generic H view-help
bind generic L view-log
bind generic <C-F> move-page-down
bind generic <C-B> move-page-up
bind generic h scroll-left
bind generic l scroll-right
# Use Git's default (reverse chronological) order, never automatically
# use topo-order for the commit graph
set commit-order = default
# Limit number of commits loaded by default to 1000
set main-options = -n 1000
# Don't show staged and unstaged changes in the main view
#set show-changes = no
# Optionally, use the old and faster but less acurate graph renderer
#set main-view-commit-title-graph = v1
source ~/.tigrc.theme