aboutsummaryrefslogtreecommitdiffhomepage
path: root/.tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-12-04 11:06:47 +0800
committertypebrook <typebrook@gmail.com>2018-12-04 11:06:47 +0800
commitfc5c9523e35b921dee26d81d10a71dcca9ff4cd5 (patch)
treedd14e32d5b2ac25845c3c796cd220fce3281a9bc /.tigrc
parent111b6ca68545b788ec9ecd47a65aa881485f171c (diff)
update
Diffstat (limited to '.tigrc')
-rw-r--r--.tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tigrc b/.tigrc
index 197a6f1..a97a2b9 100644
--- a/.tigrc
+++ b/.tigrc
@@ -2,3 +2,4 @@ bind stash D !?git stash drop %(stash)
2bind stash A !?git stash apply %(stash) 2bind stash A !?git stash apply %(stash)
3bind status D !rm %(file) 3bind status D !rm %(file)
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c"