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