diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-01 16:42:18 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-01 16:42:18 +0800 |
| commit | cd01193708fad42240bc9ec3f608323ce731978c (patch) | |
| tree | 4c3fffc59be2af7252f01d996b1f395c74c27c31 /tigrc | |
| parent | 1825a58677705a59ed1626324692489e029f2be6 (diff) | |
update
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 | #==================== |