Force using C-l in helm-find-file

master
Jacopo De Simoi 5 years ago
parent 43a9d34fc0
commit 23c56ce7eb
  1. 2
      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-<backspace>") nil)
(define-key helm-read-file-map (kbd "C-<backspace>") 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)

Loading…
Cancel
Save