Add consult-ripgrep-parent to search map

This commit is contained in:
David Morgan 2022-10-21 16:15:34 +01:00
parent ab76fc25a8
commit 2b6d450fa3
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ DEFS is a plist associating completion categories to commands."
(define-key search-map (kbd "M-r") 'consult-ripgrep-unrestricted)
(define-key search-map "*" 'consult-ripgrep-symbol-at-point)
(define-key search-map "z" 'consult-z-ripgrep)
(define-key search-map "^" 'consult-ripgrep-parent)
(define-key search-map "l" 'consult-line)
(define-key search-map "L" 'consult-line-multi)
(define-key search-map "m" 'consult-multi-occur)