emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm b084174b55 1/2: Add extra binding for helm-ff-mark-si


From: ELPA Syncer
Subject: [nongnu] elpa/helm b084174b55 1/2: Add extra binding for helm-ff-mark-similar-files
Date: Thu, 25 May 2023 15:01:15 -0400 (EDT)

branch: elpa/helm
commit b084174b55c80c7ca6db93366a1ed16cc8abff2d
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add extra binding for helm-ff-mark-similar-files
    
    Because C-M-SPC is not working in terms.
---
 helm-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-files.el b/helm-files.el
index 5667aa7fc3..7bca98fb0f 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -195,6 +195,7 @@ This is used only as a let binding.")
     (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-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)
     (define-key map (kbd "M-L")           'helm-ff-run-load-file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]