summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-10-11 16:26:18 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-10-11 16:26:55 +0200
commitb905d7740c21b8f1dc2172e4882c09c6db60880a (patch)
treeea4ff16677f58bfc69e45363025ba5c55380aa64 /helm-help.el
parent54b95a5b36c4ad89d914d3d262ad4084960a6e6e (diff)
* helm-utils.el (helm-files-match-only-basename): Issue #310 New match function that allow adding a -b flag at end of pattern. * helm-files.el (helm-source-recentf, helm-source-files-in-current-dir): Use it.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el14
1 files changed, 10 insertions, 4 deletions
diff --git a/helm-help.el b/helm-help.el
index 66552dd6..f4491e34 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -342,6 +342,16 @@ Italic => A non--file buffer.
;;
(defvar helm-generic-file-help-message
"== Helm Generic files Map ==\
+
+\nLocate tips:
+You can add after writing search pattern any of the locate command line options.
+e.g -b, -e, -n <number>...etc.
+See Man locate for more infos.
+
+Note:
+Some other sources (at the moment recentf and file in current directory sources)
+support the -b flag for compatibility with locate when they are used with it.
+
\nSpecific commands for helm locate and others files sources:
\\<helm-generic-files-map>
\\[helm-ff-run-toggle-basename]\t\t->Toggle basename.
@@ -357,10 +367,6 @@ Italic => A non--file buffer.
\\[helm-ff-run-open-file-externally]\t\t->Open file with external program (C-u to choose).
\\[helm-ff-run-open-file-with-default-tool]\t\t->Open file externally with default tool.
\\[helm-ff-run-insert-org-link]\t\t->Insert org link.
-\nLocate tips:
-You can add after writing search pattern any of the locate command line options.
-e.g -b, -e, -n <number>...etc.
-See Man locate for more infos.
\n== Helm Map ==
\\{helm-map}")