aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 7160df0..0fd811e 100644
--- a/tigrc
+++ b/tigrc
@@ -29,7 +29,7 @@ bind generic <C-R> refresh
29 29
30# see reflog, reset refernece 30# see reflog, reset refernece
31bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" 31bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw"
32bind generic ; ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} 32bind generic gl ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"}
33 33
34# highlight diff without +/- 34# highlight diff without +/-
35set diff-show-signs = false 35set diff-show-signs = false
@@ -55,7 +55,7 @@ bind main G move-last-line
55bind main ` :toggle commit-title-graph 55bind main ` :toggle commit-title-graph
56 56
57bind main gh :goto HEAD 57bind main gh :goto HEAD
58bind main o :goto %(commit)^2 58bind main ; :goto %(commit)^2
59 59
60# branch 60# branch
61bind main b none 61bind main b none