diff options
author | typebrook <typebrook@gmail.com> | 2019-06-19 18:14:23 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-19 18:14:23 +0800 |
commit | 57e3fa5b99b913da5e4bfc1a997f77ee9318a161 (patch) | |
tree | 2fdd61deae77660c64e0576cd89eb77ece79b468 | |
parent | 1e2f2cc25134d6c1a554b7b3f863e9d41a5a12fa (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped | |||
35 | bind generic w :toggle ignore-case | 35 | bind generic w :toggle ignore-case |
36 | 36 | ||
37 | # see reflog, reset refernece | 37 | # see reflog, reset refernece |
38 | bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" | 38 | bind generic 8 >sh -c "git reflog --pretty=raw | tig --pretty=raw" |
39 | bind generic gl ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | 39 | bind generic gl ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} |
40 | 40 | ||
41 | # highlight diff without +/- | 41 | # highlight diff without +/- |