summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-28 18:23:13 +0800
committertypebrook <typebrook@gmail.com>2019-03-28 21:08:14 +0800
commitda2c0648ce76c2bff9ab93035d3a6efb68948e9e (patch)
tree3dcd834506400727efc33829c7d5f91ec2cb2f26
parent5a914bc8164781697ac2430e839982e1e4c081e6 (diff)
update
-rw-r--r--tigrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index d650832..610bd13 100644
--- a/tigrc
+++ b/tigrc
@@ -100,6 +100,9 @@ bind main <C-s> ?>git format-patch %(commit)
100bind main . >sh -c "git diff %(commit) | tig" 100bind main . >sh -c "git diff %(commit) | tig"
101bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" 101bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
102 102
103# misc
104bind generic 4 !@sh -c "echo -n %(branch) | xclip -selection c"
105
103#==================== 106#====================
104# blame view 107# blame view
105#==================== 108#====================