diff options
-rw-r--r-- | tigrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -55,12 +55,11 @@ bind main G none | |||
55 | bind main G move-last-line | 55 | bind main G move-last-line |
56 | bind main ` :toggle commit-title-graph | 56 | bind main ` :toggle commit-title-graph |
57 | 57 | ||
58 | bind main gh :goto HEAD | ||
59 | bind main ; :goto %(commit)^2 | ||
60 | |||
61 | # move | 58 | # move |
62 | bind main <C-J> :move-next-merge | 59 | bind main <C-J> :move-next-merge |
63 | bind main <C-K> :move-prev-merge | 60 | bind main <C-K> :move-prev-merge |
61 | bind main gh :goto HEAD | ||
62 | bind main ; :goto %(commit)^2 | ||
64 | 63 | ||
65 | # branch | 64 | # branch |
66 | bind main b none | 65 | bind main b none |