summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 9a1bc79..75d102d 100644
--- a/tigrc
+++ b/tigrc
@@ -70,7 +70,6 @@ set main-view = \
70 commit-title:graph=v2,refs=true 70 commit-title:graph=v2,refs=true
71 71
72# override graph toggling 72# override graph toggling
73bind main G none
74bind main G move-last-line 73bind main G move-last-line
75bind main ` :toggle commit-title-graph 74bind main ` :toggle commit-title-graph
76bind main F none 75bind main F none
@@ -87,7 +86,7 @@ bind main ; :goto %(commit)^2 # go to second parent
87bind main 1 +sh -c "git rev-list --all --children | \ 86bind main 1 +sh -c "git rev-list --all --children | \
88 grep '^%(commit)' | \ 87 grep '^%(commit)' | \
89 awk '{print $2}') | \ 88 awk '{print $2}') | \
90 xsel -ib && echo first children" 89 xsel -ib && echo first children" # useless now
91 90
92# branch 91# branch
93bind main b none 92bind main b none
@@ -278,6 +277,7 @@ bind tree m >tig -- %(file)
278bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" 277bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'"
279 278
280bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" 279bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig"
280
281#==================== 281#====================
282# refs view 282# refs view
283#==================== 283#====================