aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-15 10:47:10 +0800
committertypebrook <typebrook@gmail.com>2019-03-15 10:47:10 +0800
commit6df62d06b1a832d3ea00ebfd033e71a6ccc030a1 (patch)
tree37045c41711712a76fd78dbdb3bc05162da7805a /tigrc
parent06616fd7d4c71f206d38acd3a15278e6b7f7dd84 (diff)
Update
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