aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-23 12:13:18 +0800
committertypebrook <typebrook@gmail.com>2019-01-23 12:13:18 +0800
commite13b5e0585e9ced1532bd071efb11b1969cb03aa (patch)
treec115da078cf993c5cdea38cd34942ec2ff11c7e5 /tigrc
parentf92f9ca0d688a81a8a9e9da8add2123efa30aa0d (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/tigrc b/tigrc
index 89ca787..83a4677 100644
--- a/tigrc
+++ b/tigrc
@@ -1,7 +1,12 @@
1bind generic x :toggle id
2bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
3
4bind main c !?git checkout %(commit)
5bind main T !?git show %(tag)
6
7bind status D !rm %(file)
8
1bind stash D !?git stash drop %(stash) 9bind stash D !?git stash drop %(stash)
2bind stash A !?git stash apply %(stash) 10bind stash A !?git stash apply %(stash)
3bind status D !rm %(file) 11
4bind refs d !?git branch -d %(branch) 12bind refs d !?git branch -d %(branch)
5bind main c !?git checkout %(commit)
6bind main T !?git show %(tag)
7bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"