aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-19 18:14:23 +0800
committertypebrook <typebrook@gmail.com>2019-06-19 18:14:23 +0800
commit57e3fa5b99b913da5e4bfc1a997f77ee9318a161 (patch)
tree2fdd61deae77660c64e0576cd89eb77ece79b468
parent1e2f2cc25134d6c1a554b7b3f863e9d41a5a12fa (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index f3cceea..16c14d1 100644
--- a/tigrc
+++ b/tigrc
@@ -35,7 +35,7 @@ bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped
35bind generic w :toggle ignore-case 35bind generic w :toggle ignore-case
36 36
37# see reflog, reset refernece 37# see reflog, reset refernece
38bind generic L >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 reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"}
40 40
41# highlight diff without +/- 41# highlight diff without +/-