It's easier to write own simple command than to learn a new key, e.g. ``` (defun irgrep () (interactive) (let ((case-fold-search nil)) (call-interactively 'rgrep))) ```