From 23c56ce7eb157bc3ca4783a0773291dd793fd25f Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 28 Jun 2021 14:29:51 -0400 Subject: [PATCH] Force using C-l in helm-find-file --- global.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.org b/global.org index 6f079a6..1fba36e 100644 --- a/global.org +++ b/global.org @@ -2105,6 +2105,8 @@ (define-key helm-map (kbd "C-h") nil) (define-key helm-find-files-map (kbd "C-h") nil) (define-key helm-find-files-map (kbd "C-") nil) + (define-key helm-read-file-map (kbd "C-") nil) + (helm-define-key-with-subkeys helm-find-files-map (kbd "DEL") ?\d 'helm-ff-delete-char-backward '(([C-c DEL] . helm-ff-run-toggle-auto-update)) nil 'helm-ff-delete-char-backward--exit-fn)