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

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

[nongnu] elpa/helm 5652bf0fe7 11/14: Provide keybindings for compress co


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5652bf0fe7 11/14: Provide keybindings for compress commands
Date: Fri, 15 Mar 2024 04:00:29 -0400 (EDT)

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

    Provide keybindings for compress commands
---
 helm-files.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helm-files.el b/helm-files.el
index 7ab09f27ee..bf6f136c99 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -209,6 +209,9 @@ Should not be used among other sources.")
     (define-key map (kbd "M-K")           'helm-ff-run-kill-buffer-persistent)
     (define-key map (kbd "M-T")           'helm-ff-run-touch-files)
     (define-key map (kbd "M-M")           'helm-ff-run-chmod)
+    (define-key map (kbd "C-c z")         'helm-ff-persistent-compress)
+    (define-key map (kbd "M-Z")           'helm-ff-run-compress-marked-files)
+    (define-key map (kbd "M-c")           'helm-ff-run-compress-to)
     (define-key map (kbd "C-c d")         'helm-ff-persistent-delete)
     (define-key map (kbd "M-e")           'helm-ff-run-switch-to-shell)
     (define-key map (kbd "C-c i")         'helm-ff-run-complete-fn-at-point)



reply via email to

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