aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index cc05cc7..6a3b66a 100644
--- a/tigrc
+++ b/tigrc
@@ -36,7 +36,8 @@ bind generic w :toggle ignore-case
36 36
37# see reflog, reset refernece 37# see reflog, reset refernece
38bind generic 8 >sh -c "git reflog --pretty=raw | tig --pretty=raw" 38bind generic 8 >sh -c "git reflog --pretty=raw | tig --pretty=raw"
39bind generic gl ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} 39bind generic gl ?git checkout HEAD@{"%(prompt Enter HEAD@{} number: )"}
40bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"}
40 41
41# highlight diff without +/- 42# highlight diff without +/-
42set diff-show-signs = false 43set diff-show-signs = false