branch: elpa/helm commit be67b55898a52a779b30239a54765ec910a71cc1 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Rebind helm-find-files-down-last-level to C-, --- helm-files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files.el index 3168360ab9c..efa67aa6ca8 100644 --- a/helm-files.el +++ b/helm-files.el @@ -256,7 +256,7 @@ Should not be used among other sources.") (define-key map (kbd "C-l") 'helm-find-files-up-one-level) (define-key map (kbd "C-:") 'helm-ff-complete-tramp-methods) (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-,") 'helm-find-files-down-last-level) (define-key map (kbd "C-c r") 'helm-ff-run-find-file-as-root) (define-key map (kbd "C-x C-v") 'helm-ff-run-find-alternate-file) (define-key map (kbd "C-c @") 'helm-ff-run-insert-org-link) @@ -285,7 +285,7 @@ Should not be used among other sources.") (define-key map (kbd "C-l") 'helm-find-files-up-one-level) (define-key map (kbd "C-:") 'helm-ff-complete-tramp-methods) (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-,") 'helm-find-files-down-last-level) (define-key map (kbd "C-c h") 'helm-ff-file-name-history) (define-key map (kbd "C-x r b") 'helm-ff-bookmark-insert-location) (define-key map (kbd "C-<backspace>") 'helm-ff-run-toggle-auto-update)