aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 964a067..1caaa51 100644
--- a/tigrc
+++ b/tigrc
@@ -23,7 +23,7 @@ bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped"
23bind generic xb +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" 23bind generic xb +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped"
24bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" 24bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped"
25 25
26bind generic gr view-grep 26bind generic gp view-grep
27 27
28# toggle case sensitive for search 28# toggle case sensitive for search
29bind generic w :toggle ignore-case 29bind generic w :toggle ignore-case