From 6df62d06b1a832d3ea00ebfd033e71a6ccc030a1 Mon Sep 17 00:00:00 2001 From: typebrook Date: Fri, 15 Mar 2019 10:47:10 +0800 Subject: Update --- tigrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tigrc') 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) | \ (cat -; echo %(commit)) | \ head -1 | \ xargs git checkout" -bind main T @git tag "%(prompt Enter tag name: )" %(commit) +bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) +bind main Td @git tag -d "%(prompt Delete tag: )" +bind main Tp ?git push --tags bind main gdt @git tag -d %(tag) bind main !?git rebase -i %(commit) bind main m ?git merge %(commit) @@ -64,6 +66,7 @@ bind stash a ?git stash apply %(stash) # tree view bind tree d ?rm %(file) +bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" # refs view bind refs C none -- cgit v1.2.3-70-g09d2