summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-11 06:41:37 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-11 06:41:37 +0200
commitd919d0933fd0902308288c1ef35bac922d5da168 (patch)
treea0ecee728b71277f27421e39755104e8ab87591b /helm-types.el
parent6cafa37989fea7495b9baaa5e0a89745c9964d68 (diff)
Reenable marked files in dired with a fix to wdired (advice) (#1783).
* helm-files.el (helm-find-files-map): Bind new action. (helm-find-files-actions): add new action. (helm-marked-files-in-dired): New action. (helm-ff-run-marked-files-in-dired): Interactive action. * helm-lib.el (helm--advice-wdired-finish-edit): Advice wdired-finish-edit which is not supporting dired-directory as a cons cell. * helm-locate.el (helm-generic-files-map): Bind new action in generic map. * helm-types.el (helm-type-file-actions): Add new action to file type.
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-types.el b/helm-types.el
index 2002019f..715bb29f 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -44,6 +44,7 @@
"Find file other window" 'helm-find-files-other-window
"Find file other frame" 'find-file-other-frame
"Open dired in file's directory" 'helm-open-dired
+ "Marked files in dired" 'helm-marked-files-in-dired
"Grep File(s) `C-u recurse'" 'helm-find-files-grep
"Zgrep File(s) `C-u Recurse'" 'helm-ff-zgrep
"Pdfgrep File(s)" 'helm-ff-pdfgrep