Change affe search map bindings

This commit is contained in:
David Morgan 2022-10-21 20:11:48 +01:00
parent 78ec83c760
commit 37e88d0f98
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@
(affe-find dir initial))
(define-key search-map "#" 'affe-grep)
(define-key search-map "~" 'my/affe-grep-symbol-at-point)
(define-key search-map "M-z" 'affe-find)
(define-key search-map "M-Z" 'my/affe-find-symbol-at-point)
(define-key search-map "a" 'affe-find)
(define-key search-map "A" 'my/affe-find-symbol-at-point)
:bind
("C-#" . affe-grep)
("C-c z" . affe-find)