aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-12-31 14:12:42 +0800
committertypebrook <typebrook@gmail.com>2018-12-31 14:12:42 +0800
commitab46146812276af8d193e6c7626555e5309c803e (patch)
treeee1fee80b9bedeb74b5b1db44f6599e02f85f81d
parent336a82efff0cb4189a7668e065f33137620e1e06 (diff)
update
-rw-r--r--.tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tigrc b/.tigrc
index 4ff4e87..5ed9a53 100644
--- a/.tigrc
+++ b/.tigrc
@@ -1,6 +1,7 @@
1bind stash D !?git stash drop %(stash) 1bind 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 refs d !?git branch -d %(branch)
4bind main c !?git checkout %(commit) 5bind main c !?git checkout %(commit)
5bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" 6bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c"
6 7