aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-30 14:31:48 +0800
committertypebrook <typebrook@gmail.com>2019-04-30 14:31:48 +0800
commitc737000974acfc819a968247b2f6e2183ef7e7f0 (patch)
tree463940c99b9b16b85d4bbd7530a99cb92c6e04fa
parente5d6e2a838e09d9b2a52c31c11418f8ce9d11c78 (diff)
update
-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