diff options
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 |