aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 7991ffe..879de8c 100644
--- a/tigrc
+++ b/tigrc
@@ -23,7 +23,9 @@ bind main c @sh -c "git branch --points-at=%(commit) | \
23 (cat -; echo %(commit)) | \ 23 (cat -; echo %(commit)) | \
24 head -1 | \ 24 head -1 | \
25 xargs git checkout" 25 xargs git checkout"
26bind main T @git tag "%(prompt Enter tag name: )" %(commit) 26bind main Tn @git tag "%(prompt Enter tag name: )" %(commit)
27bind main Td @git tag -d "%(prompt Delete tag: )"
28bind main Tp ?git push --tags
27bind main gdt @git tag -d %(tag) 29bind main gdt @git tag -d %(tag)
28bind main <Ctrl-r> !?git rebase -i %(commit) 30bind main <Ctrl-r> !?git rebase -i %(commit)
29bind main m ?git merge %(commit) 31bind main m ?git merge %(commit)
@@ -64,6 +66,7 @@ bind stash a ?git stash apply %(stash)
64 66
65# tree view 67# tree view
66bind tree d ?rm %(file) 68bind tree d ?rm %(file)
69bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
67 70
68# refs view 71# refs view
69bind refs C none 72bind refs C none