branch: elpa/helm
commit a047e69118928a3b10e9eaacded99db21f65e8a2
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Update documentation
---
 helm-help.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/helm-help.el b/helm-help.el
index 09678fef03..02c1426c5b 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -483,12 +483,21 @@ Use `xdg-open' to open files.
 
 *** Toggle auto-completion
 
+Normally auto-completion in helm-find-files is disabled by
+default but you can toggle it with `\\[helm-ff-run-toggle-auto-update]'. To 
enable it on startup by
+default, customize `helm-ff-auto-update-initial-value'.
+
 It is useful when trying to create a new file or directory and you don't want
 Helm to complete what you are writing.
 
 Note: On a terminal, the default binding `C-<backspace>' may not work.
 In this case use `C-c <backspace>'.
 
+*** Show infos of files
+
+To have infos on files like size, permissions etc... hit 
`\\[helm-ff-properties-persistent]'.
+To have automatically brief infos on selected file, turn on 
`helm-popup-tip-mode'.
+
 *** You can create a new directory and a new file at the same time
 
 Simply write the path in the prompt and press `RET', e.g.

Reply via email to