branch: elpa/helm
commit b77b83201cfa9bddf49a4598a8bcc860b34812e2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add extra binding for helm-ff-mark-similar-files
for non graphic display.
---
helm-files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-files.el b/helm-files.el
index c024645fc1..d8202f2634 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -201,6 +201,7 @@ Should not be used among other sources.")
(when (executable-find "rsync")
(define-key map (kbd "M-V") 'helm-ff-run-rsync-file))
(define-key map (kbd "C-M-SPC") 'helm-ff-mark-similar-files)
+ (define-key map (kbd "C-M-@") 'helm-ff-mark-similar-files)
(define-key map (kbd "C-c C-SPC") 'helm-ff-mark-similar-files)
(define-key map (kbd "C-M-c") 'helm-ff-run-mcp)
(define-key map (kbd "M-B") 'helm-ff-run-byte-compile-file)