diff options
author | typebrook <typebrook@gmail.com> | 2019-03-28 18:23:13 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-28 21:08:14 +0800 |
commit | da2c0648ce76c2bff9ab93035d3a6efb68948e9e (patch) | |
tree | 3dcd834506400727efc33829c7d5f91ec2cb2f26 /tigrc | |
parent | 5a914bc8164781697ac2430e839982e1e4c081e6 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ bind main <C-s> ?>git format-patch %(commit) | |||
100 | bind main . >sh -c "git diff %(commit) | tig" | 100 | bind main . >sh -c "git diff %(commit) | tig" |
101 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | 101 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" |
102 | 102 | ||
103 | # misc | ||
104 | bind generic 4 !@sh -c "echo -n %(branch) | xclip -selection c" | ||
105 | |||
103 | #==================== | 106 | #==================== |
104 | # blame view | 107 | # blame view |
105 | #==================== | 108 | #==================== |