Goto file keybind in helm-ag-edit buffers

This commit is contained in:
Henrik Lissner 2018-07-26 14:48:21 +02:00
parent 44bf6861a6
commit 5aef36951d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -103,6 +103,7 @@ If you want to already use git-grep or grep, set this to nil.")
;; `helm-ag'
(after! helm-ag
(map! :map helm-ag-edit-map :n "RET" #'compile-goto-error)
(define-key helm-ag-edit-map [remap quit-window] #'helm-ag--edit-abort)
(set-popup-rule! "^\\*helm-ag-edit" :size 0.35 :ttl 0 :quit nil))