aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-21 23:08:48 +0800
committertypebrook <typebrook@gmail.com>2019-01-21 23:08:48 +0800
commit9b1192c42be7948f52cd13680729c034bc4cacb6 (patch)
tree437db2f9d0441e04fc8f7d8436f661dce77e9503 /tigrc
parent1863476fd67c3b247d9f3ca5bd115cab23a4d3ee (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tigrc b/tigrc
new file mode 100644
index 0000000..89ca787
--- /dev/null
+++ b/tigrc
@@ -0,0 +1,7 @@
1bind stash D !?git stash drop %(stash)
2bind stash A !?git stash apply %(stash)
3bind status D !rm %(file)
4bind 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"