diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |
26 | bind main T @git tag "%(prompt Enter tag name: )" %(commit) | 26 | bind main Tn @git tag "%(prompt Enter tag name: )" %(commit) |
27 | bind main Td @git tag -d "%(prompt Delete tag: )" | ||
28 | bind main Tp ?git push --tags | ||
27 | bind main gdt @git tag -d %(tag) | 29 | bind main gdt @git tag -d %(tag) |
28 | bind main <Ctrl-r> !?git rebase -i %(commit) | 30 | bind main <Ctrl-r> !?git rebase -i %(commit) |
29 | bind main m ?git merge %(commit) | 31 | bind main m ?git merge %(commit) |
@@ -64,6 +66,7 @@ bind stash a ?git stash apply %(stash) | |||
64 | 66 | ||
65 | # tree view | 67 | # tree view |
66 | bind tree d ?rm %(file) | 68 | bind tree d ?rm %(file) |
69 | bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" | ||
67 | 70 | ||
68 | # refs view | 71 | # refs view |
69 | bind refs C none | 72 | bind refs C none |