summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-01-05 09:41:34 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-01-05 10:06:16 +0100
commita6cd1753bd3f6daa68cdda6471ee664f20234d09 (patch)
treea8ac8269c3b43c098503a59c83ea3751c04d48cc /helm-help.el
parentb6f3a4d414174996d139ec88e7ae27f2907662ef (diff)
Update helm-occur help
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el27
1 files changed, 24 insertions, 3 deletions
diff --git a/helm-help.el b/helm-help.el
index 2b5697c4..08d3fded 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -1960,6 +1960,12 @@ prefix arg to ensure you run only one command on all marked async.
** Tips
+*** Searching in many buffers
+
+Start from `helm-buffers-list' or `helm-mini', mark some buffers and hit \\<helm-buffer-map\\[helm-buffers-run-occur].
+A prefix arg will change the behavior of `helm-occur-always-search-in-current'
+i.e. add current buffer or not to the list of buffers to search in.
+
*** Matching
Multiple regexp matching is allowed, simply enter a space to separate the regexps.
@@ -1970,11 +1976,26 @@ save and edit these results, i.e. add text to the empty line.
*** Automatically match symbol at point
-Helm can automatically match the symbol at point while keeping the minibuffer
-empty, ready to be written to. This behaviour is disabled by default. To
-enable this you need to add `helm-source-occur' and `helm-source-moccur' to
+Helm can automatically match the symbol at point while keeping
+the minibuffer empty, ready to be written to when
+`helm-source-occur' and `helm-source-moccur' are member of
`helm-sources-using-default-as-input'.
+*** Yank word at point in minibuffer
+
+Use `C-w' as many time as needed, undo with =C-_=. Note that
+=C-w= and =C-_= are not standard keybindings, but bindings
+provided with special helm feature
+`helm-define-key-with-subkeys'.
+
+*** Preselection
+
+When helm-occur search symbol at point the current line is
+preselected in the source related to current-buffer. When
+`helm-occur-keep-closest-position' is non nil helm-occur will
+select the line which is the closest from the current line in
+current-buffer after updating.
+
*** Jump to the corresponding line in the searched buffer
You can do this with `\\<helm-map>\\[helm-execute-persistent-action]' (persistent-action), to do it repeatedly