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