aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-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#====================