aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index e98c55d..08e666b 100644
--- a/tigrc
+++ b/tigrc
@@ -12,7 +12,7 @@ bind generic w :toggle ignore-case
12 12
13bind main gG :toggle commit-title-graph 13bind main gG :toggle commit-title-graph
14bind main G move-last-line 14bind main G move-last-line
15bind main c ?git checkout %(commit) 15bind main c @git checkout %(commit)
16bind main T @git tag "%(prompt Enter tag name: )" %(commit) 16bind main T @git tag "%(prompt Enter tag name: )" %(commit)
17bind main <Ctrl-r> !?git rebase -i %(commit) 17bind main <Ctrl-r> !?git rebase -i %(commit)
18bind main M ?git merge %(commit) 18bind main M ?git merge %(commit)