diff options
-rw-r--r-- | .tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ bind stash A !?git stash apply %(stash) | |||
3 | bind status D !rm %(file) | 3 | bind status D !rm %(file) |
4 | bind refs d !?git branch -d %(branch) | 4 | bind refs d !?git branch -d %(branch) |
5 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |
6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 6 | bind main T !?git show %(tag) |
7 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | ||