diff options
author | typebrook <typebrook@gmail.com> | 2019-04-11 11:55:02 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-11 11:55:02 +0800 |
commit | 9dc3161755e2e4e55b7eff88ea122eade7cde3bd (patch) | |
tree | e23cebce8744e622d0d58f7aafc42cbf7e8734d9 /tigrc | |
parent | 3da7e0fc625776ea2c06a8593a2dcb766363500e (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,7 @@ bind generic <Esc>l screen-redraw | |||
17 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" | 17 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" |
18 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" | 18 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" |
19 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" | 19 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" |
20 | bind generic xrb +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!" | ||
20 | bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" | 21 | bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" |
21 | bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" | 22 | bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" |
22 | 23 | ||
@@ -123,7 +124,8 @@ bind main . >sh -c "git diff %(commit) | tig" | |||
123 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | 124 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" |
124 | 125 | ||
125 | # note | 126 | # note |
126 | bind generic gn !git notes edit %(commit) | 127 | bind generic gnn !git notes edit %(commit) |
128 | bind generic gnr !git notes remove %(commit) | ||
127 | 129 | ||
128 | #==================== | 130 | #==================== |
129 | # blame view | 131 | # blame view |