Scott Jaderholm <[email protected]> writes: > It always bothered me that the "Overwrite existing file x?" prompt made me > type out yes or no instead of taking y and n. No more!
It was intentional to require that the full "yes" or "no" be typed to avoid accidental mistakes. However, you could create a new minibuffer.prototype.read_y_or_n function and then in your rc file assign: minibuffer.prototype.read_yes_or_no = minibuffer.prototype.read_y_or_n; -- Jeremy Maitin-Shepard _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
