diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ bind generic <C-R> refresh | |||
29 | 29 | ||
30 | # see reflog, reset refernece | 30 | # see reflog, reset refernece |
31 | bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" | 31 | bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" |
32 | bind generic ; ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | 32 | bind generic gl ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} |
33 | 33 | ||
34 | # highlight diff without +/- | 34 | # highlight diff without +/- |
35 | set diff-show-signs = false | 35 | set diff-show-signs = false |
@@ -55,7 +55,7 @@ bind main G move-last-line | |||
55 | bind main ` :toggle commit-title-graph | 55 | bind main ` :toggle commit-title-graph |
56 | 56 | ||
57 | bind main gh :goto HEAD | 57 | bind main gh :goto HEAD |
58 | bind main o :goto %(commit)^2 | 58 | bind main ; :goto %(commit)^2 |
59 | 59 | ||
60 | # branch | 60 | # branch |
61 | bind main b none | 61 | bind main b none |