From 01f2044f745112f68c90f4ca26733ac2c79c9a4d Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Sat, 27 Apr 2019 15:34:04 -0700 Subject: [PATCH] Xref: Match dired's Q --- evil-collection-xref.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-collection-xref.el b/evil-collection-xref.el index 944debd..9680809 100644 --- a/evil-collection-xref.el +++ b/evil-collection-xref.el @@ -45,6 +45,9 @@ "[[" 'xref-prev-line "r" 'xref-query-replace-in-results + ;; Match `dired''s `dired-do-find-regexp-and-replace'. + "Q" 'xref-query-replace-in-results + ;; open (kbd "") 'xref-goto-xref (kbd "S-") 'xref-show-location-at-point