branch: elpa/helm
commit f609a093e81cf9f1842753b3a30773edbd55ca9d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add comment
---
helm-files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-files.el b/helm-files.el
index 1e3ff9292b9..62d7e75b81f 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -220,6 +220,7 @@ Should not be used among other sources.")
(define-key map (kbd "M-K") 'helm-ff-run-kill-buffer-persistent)
(define-key map (kbd "M-T") 'helm-ff-run-touch-files)
(define-key map (kbd "M-M") 'helm-ff-run-chmod)
+ ;; M-O in ttys is a prefix key.
(define-key map (if (display-graphic-p)
(kbd "M-O") (kbd "M-O O"))
'helm-ff-run-chown)