summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-08 21:41:52 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-08 21:41:52 +0200
commit094bbe642c13d845db2e07e8d3abb786d9593a4c (patch)
tree2dad244cb6621ab35c762d5497a0e09fede8562b /helm-help.el
parent0a8235f8311939167f0443341b4d134ee3192447 (diff)
Allow expanding to true directory name with a prefix arg.
* helm-files.el (helm-find-files-persistent-action): Do it. * helm-help.el: Document it.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 5af22f5f..de6370ee 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -201,7 +201,12 @@ Italic => A non--file buffer.
*** Navigation summary
+For a better experience you can enable auto completion by setting
+`helm-ff-auto-update-initial-value' to non-nil in your init file.
+It is not enabled by default to not confuse new users.
+
**** Use `C-j' (persistent action) on a directory to go down one level.
+On a symlinked directory a prefix arg will allow expanding to its true name.
**** Use `C-l' on a directory to go up one level.
@@ -231,7 +236,7 @@ Italic => A non--file buffer.
e.g \"fob\" or \"fbr\" will complete \"foobar\"
but \"fb\" will wait for a third char for completing.
-*** Use `C-u C-j' to watch an image.
+*** Use `C-u C-j' to watch an image or `C-<down>'.
*** `C-j' on a filename will expand in helm-buffer to this filename.
Second hit on `C-j' will display buffer filename.