diff options
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 |