Return in deadgrep should visit result in other window

This commit is contained in:
Wojciech Kozlowski 2019-07-22 08:54:29 +02:00
parent 726cd53ae5
commit db8541d38b

View File

@ -340,7 +340,8 @@
:bind
(("C-x C-g" . deadgrep))
(:map deadgrep-mode-map
("C-o" . deadgrep-open-result-other-window))
("C-o" . deadgrep-open-result-other-window)
("<RET>" . deadgrep-visit-result-other-window))
:config
(defun deadgrep-open-result-other-window ()
"Open the result in other window without changing to it."