aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 0a0956a..b7e127c 100644
--- a/tigrc
+++ b/tigrc
@@ -12,7 +12,11 @@ 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 @sh -c "git branch --points-at=%(commit) | \
16 sed -n '/^*/ {n;p}' | \
17 (cat -; echo %(commit)) | \
18 head -1 | \
19 xargs git checkout"
16bind main T @git tag "%(prompt Enter tag name: )" %(commit) 20bind main T @git tag "%(prompt Enter tag name: )" %(commit)
17bind main <Ctrl-r> !?git rebase -i %(commit) 21bind main <Ctrl-r> !?git rebase -i %(commit)
18bind main M ?git merge %(commit) 22bind main M ?git merge %(commit)