mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Goto file keybind in helm-ag-edit buffers
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user