[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm ffa0778ca4 2/6: Remove unused keymap
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm ffa0778ca4 2/6: Remove unused keymap |
Date: |
Mon, 24 Mar 2025 10:01:08 -0400 (EDT) |
branch: elpa/helm
commit ffa0778ca44b3849ee4f0772727457344350fb50
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Remove unused keymap
---
helm-files.el | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/helm-files.el b/helm-files.el
index 25bc7ee9c3..99a0d28b36 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -266,24 +266,6 @@ Should not be used among other sources.")
map)
"Keymap for `helm-find-files'.")
-(defvar helm-find-files-dummy-map
- (let ((map (make-sparse-keymap)))
- (set-keymap-parent map helm-map)
- (define-key map (kbd "M-T") 'helm-ff-run-touch-files)
- (define-key map (kbd "C-c r") 'helm-ff-run-find-file-as-root)
- (define-key map (kbd "C-l") 'helm-find-files-up-one-level)
- (define-key map (kbd "C-_") 'helm-ff-undo)
- (define-key map (kbd "C-r") 'helm-find-files-down-last-level)
- (define-key map (kbd "C-<backspace>") 'helm-ff-run-toggle-auto-update)
- (define-key map (kbd "C-c <DEL>") 'helm-ff-run-toggle-auto-update)
- (helm-define-key-with-subkeys map (kbd "DEL") ?\d
'helm-ff-delete-char-backward
- '((C-backspace .
helm-ff-run-toggle-auto-update)
- ([C-c DEL] .
helm-ff-run-toggle-auto-update))
- nil 'helm-ff-delete-char-backward--exit-fn)
- map)
- "The map used for `helm-find-files-dummy-source'.
-It is the source handling new file or directory in `helm-find-files'.")
-
(defvar helm-read-file-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map helm-map)
- [nongnu] elpa/helm updated (3084975808 -> 5359372ac2), ELPA Syncer, 2025/03/24
- [nongnu] elpa/helm ffa0778ca4 2/6: Remove unused keymap,
ELPA Syncer <=
- [nongnu] elpa/helm f32ac746d5 3/6: Add restore backup files action to hff, ELPA Syncer, 2025/03/24
- [nongnu] elpa/helm dc649ffbb0 4/6: Add change wall paper action to HFF, ELPA Syncer, 2025/03/24
- [nongnu] elpa/helm 5359372ac2 6/6: Add byte compile file async action to HFF, ELPA Syncer, 2025/03/24
- [nongnu] elpa/helm bfde27990d 5/6: Add encrypt file action to HFF, ELPA Syncer, 2025/03/24
- [nongnu] elpa/helm 8b9639d29a 1/6: Add :action-transformer to helm-find-files-dummy-source, ELPA Syncer, 2025/03/24