diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,7 @@ bind generic <C-L> scroll-right | |||
16 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" | 16 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" |
17 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" | 17 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" |
18 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" | 18 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" |
19 | bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" | ||
19 | 20 | ||
20 | bind generic gr view-grep | 21 | bind generic gr view-grep |
21 | 22 | ||
@@ -183,7 +184,6 @@ bind tree d ?rm %(file) | |||
183 | bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" | 184 | bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" |
184 | bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" | 185 | bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" |
185 | bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped" | 186 | bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped" |
186 | bind tree xf +sh -c "echo -n %(file) | xclip -selection c && echo File Clipped" | ||
187 | bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" | 187 | bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" |
188 | 188 | ||
189 | #==================== | 189 | #==================== |