aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-01 16:42:18 +0800
committertypebrook <typebrook@gmail.com>2019-04-01 16:42:18 +0800
commitcd01193708fad42240bc9ec3f608323ce731978c (patch)
tree4c3fffc59be2af7252f01d996b1f395c74c27c31 /tigrc
parent1825a58677705a59ed1626324692489e029f2be6 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index f5d9a41..dc46592 100644
--- a/tigrc
+++ b/tigrc
@@ -16,6 +16,7 @@ bind generic <C-L> scroll-right
16bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" 16bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!"
17bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" 17bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!"
18bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" 18bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!"
19bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped"
19 20
20bind generic gr view-grep 21bind generic gr view-grep
21 22
@@ -183,7 +184,6 @@ bind tree d ?rm %(file)
183bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" 184bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped"
184bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" 185bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped"
185bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped" 186bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped"
186bind tree xf +sh -c "echo -n %(file) | xclip -selection c && echo File Clipped"
187bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" 187bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped"
188 188
189#==================== 189#====================