diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ bind main ` :toggle commit-title-graph | |||
58 | bind main gh :goto HEAD | 58 | bind main gh :goto HEAD |
59 | bind main ; :goto %(commit)^2 | 59 | bind main ; :goto %(commit)^2 |
60 | 60 | ||
61 | # move | ||
62 | bind main <C-J> :move-next-merge | ||
63 | bind main <C-K> :move-prev-merge | ||
64 | |||
61 | # branch | 65 | # branch |
62 | bind main b none | 66 | bind main b none |
63 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 67 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |