summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-24 13:35:17 +0800
committertypebrook <typebrook@gmail.com>2019-06-24 13:35:17 +0800
commitf08df924e74cb77ee236412ff2b592ac63647fa7 (patch)
tree4a141f43ff2b506beaa85729480e95b93a887eb7 /tigrc
parentfb729fdd96dd9c40918465a7c0917bfabd8d36ba (diff)
update
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