diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
73 | bind main G none | ||
74 | bind main G move-last-line | 73 | bind main G move-last-line |
75 | bind main ` :toggle commit-title-graph | 74 | bind main ` :toggle commit-title-graph |
76 | bind main F none | 75 | bind main F none |
@@ -87,7 +86,7 @@ bind main ; :goto %(commit)^2 # go to second parent | |||
87 | bind main 1 +sh -c "git rev-list --all --children | \ | 86 | bind 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 |
93 | bind main b none | 92 | bind main b none |
@@ -278,6 +277,7 @@ bind tree m >tig -- %(file) | |||
278 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" | 277 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" |
279 | 278 | ||
280 | bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" | 279 | bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" |
280 | |||
281 | #==================== | 281 | #==================== |
282 | # refs view | 282 | # refs view |
283 | #==================== | 283 | #==================== |