[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)
- [nongnu] elpa/helm 0d52f2d7bb 04/14: base-dir is modified, (continued)
- [nongnu] elpa/helm 0d52f2d7bb 04/14: base-dir is modified, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 2c0436ff9e 05/14: Start making async compress actions, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 9cb7f35e9f 14/14: Notify compress keybindings in actions, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 392505b965 13/14: Remove comment (now fixed), ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 1573d28140 10/14: Fix mode-line message, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 167bccd65a 07/14: Prefer save-selected-window, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 753c2f46cc 01/14: compress files to archive from helm-ff, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 8e2aa5ba3f 09/14: Add compress marked file command from action, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm bbc6b36801 03/14: persistent compress/uncompress files from helm-ff, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 5c5fb8d5d3 08/14: Make helm-ff-compress-marked-files async as well, ELPA Syncer, 2024/03/15
- [nongnu] elpa/helm 5652bf0fe7 11/14: Provide keybindings for compress commands,
ELPA Syncer <=
- [nongnu] elpa/helm 8ebd1761d1 12/14: Use temporary-file-directory to setup error-file, ELPA Syncer, 2024/03/15