diff options
author | typebrook <typebrook@gmail.com> | 2019-06-24 13:35:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-24 13:35:17 +0800 |
commit | f08df924e74cb77ee236412ff2b592ac63647fa7 (patch) | |
tree | 4a141f43ff2b506beaa85729480e95b93a887eb7 /tigrc | |
parent | fb729fdd96dd9c40918465a7c0917bfabd8d36ba (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ bind generic w :toggle ignore-case | |||
36 | 36 | ||
37 | # see reflog, reset refernece | 37 | # see reflog, reset refernece |
38 | bind generic 8 >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 checkout HEAD@{"%(prompt Enter HEAD@{} number: )"} |
40 | bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | ||
40 | 41 | ||
41 | # highlight diff without +/- | 42 | # highlight diff without +/- |
42 | set diff-show-signs = false | 43 | set diff-show-signs = false |