summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-21 08:54:22 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-21 08:54:22 +0100
commitb237ceca1d87ea14b605073328cd1e2394cb97d7 (patch)
tree274f8ee56536bbb27508c7029197b622a7dd48fb /helm-help.el
parentb21864aafb467d4f73a0aaeecc059b90a87bb4e0 (diff)
* helm-help.el: Update file doc.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index 9b96d2e1..cfe7301e 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -389,6 +389,20 @@ Italic => A non--file buffer.
exists, you will be prompted for its creation, if it exists and you want to refresh it,
give two prefix args.
+*** Insert filename at point or complete filename at point
+
+On insertion (no completion, i.e nothing at point):
+
+- `C-c i' => insert absolute file name.
+- `C-u C-c i' => insert abbreviate file name.
+- `C-u C-u C-c i' => insert relative file name.
+
+On completion:
+
+- target starts by ~/ => insert abbreviate file name.
+- target starts by / or [a-z]:/ => insert full path.
+- otherwise => insert relative file name.
+
\n** Specific commands for `helm-find-files':\n
\\<helm-find-files-map>
\\[helm-ff-run-locate]\t\t->Run Locate (C-u to specify locate db, M-n insert basename of candidate)