forked from l3pp4rd/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtigrc
More file actions
44 lines (40 loc) · 925 Bytes
/
tigrc
File metadata and controls
44 lines (40 loc) · 925 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
set show-date = relative
set show-rev-graph = yes
set line-graphics = yes
# Unbind git gc
bind generic G none
# Unbind toggle date
bind generic D none
# Unbind toggle author
bind generic A none
# Unbind toggle graph
bind generic g none
# Unbind toggle ref
bind generic F none
# Unbind toggle sort order
bind generic I none
# Unbind toggle sort field
bind generic i none
# Unbind scroll page down
bind generic s none
# Unbind view-status
bind generic S none
# Unbind refresh
bind generic R none
bind generic s view-status
bind generic r refresh
bind generic g move-first-line
bind generic G move-last-line
bind generic space enter
bind generic S !git status
bind generic A !git commit --amend
bind generic P !git push
bind generic p !git pull
bind generic U !git add -A
bind generic W !git wtf
# colemak
bind generic e move-up
bind generic n move-down
bind generic j find-next
bind generic J find-prev
bind generic E edit