summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-07 21:43:22 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-07 21:43:22 +0200
commit95947cf597927f47ebc3b9d839e6ff9dce539872 (patch)
treec707f3421fa97c0730c1ee590a1efa852c6cc3a6 /helm-help.el
parent39581a67def2e211b962b5a0e3de04fec58785ed (diff)
Add some documentation for helm-find-files.
* helm-help.el: Do it.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index 7575b3b8..b5b542aa 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -437,6 +437,15 @@ also using not recursive wilcard (e.g \"*.el\") is perfectly fine for this.
This feature (\"**\") is activated by default with the option `helm-file-globstar'.
The directory selection with \"**foo/\" like bash shopt globstar option is not supported yet.
+*** Copying renaming asynchronously
+
+If you use async library (if you have installed helm from MELPA you do) you can enable
+async for copying/renaming etc... your files by enabling `dired-async-mode'.
+
+Note that even when async is enabled, running a copy/rename action with a prefix arg
+will execute action synchronously, it will follow also the first file of the marked files
+in its destination directory.
+
*** Bookmark your `helm-find-files' session
You can bookmark your `helm-find-files' session with `C-x r m'.