diff options
author | typebrook <typebrook@gmail.com> | 2019-04-03 12:23:43 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-03 12:23:43 +0800 |
commit | 0f13a5b8d1e4f328cc6c6a6d105a7edc8b56965f (patch) | |
tree | 3ca23e2fdbbb2cc468ccb9c1e2b95244f08837fd /tigrc | |
parent | 2cfd59c069e88d36feb435cb64b30c9351152af4 (diff) |
update
Diffstat (limited to 'tigrc')
-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 |