summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-01-19 19:53:29 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-01-19 19:53:29 +0100
commit560790f9d9fa32bd77c038ec1930c2d0ebf2b834 (patch)
tree764b751834dba81b41f0727ecc40e6536d6a6769 /helm-locate.el
parent18046f390789a03a8f067176f52a0b14ba740eb7 (diff)
Bind find file as root in generic-files-map (#1950)
* helm-locate.el (helm-generic-files-map): Do it.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-locate.el b/helm-locate.el
index cb70ce5d..195f38ed 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -146,6 +146,7 @@ help for more infos."
(define-key map (kbd "C-=") 'helm-ff-run-ediff-file)
(define-key map (kbd "C-c =") 'helm-ff-run-ediff-merge-file)
(define-key map (kbd "C-c o") 'helm-ff-run-switch-other-window)
+ (define-key map (kbd "C-c r") 'helm-ff-run-find-file-as-root)
(define-key map (kbd "C-c C-o") 'helm-ff-run-switch-other-frame)
(define-key map (kbd "M-i") 'helm-ff-properties-persistent)
(define-key map (kbd "C-c C-x") 'helm-ff-run-open-file-externally)