diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-30 14:31:48 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-30 14:31:48 +0800 |
| commit | c737000974acfc819a968247b2f6e2183ef7e7f0 (patch) | |
| tree | 463940c99b9b16b85d4bbd7530a99cb92c6e04fa /tigrc | |
| parent | e5d6e2a838e09d9b2a52c31c11418f8ce9d11c78 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -23,7 +23,7 @@ bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" | |||
| 23 | bind generic xb +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" | 23 | bind generic xb +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" |
| 24 | bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" | 24 | bind generic xB +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" |
| 25 | 25 | ||
| 26 | bind generic gr view-grep | 26 | bind generic gp view-grep |
| 27 | 27 | ||
| 28 | # toggle case sensitive for search | 28 | # toggle case sensitive for search |
| 29 | bind generic w :toggle ignore-case | 29 | bind generic w :toggle ignore-case |