summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-09 12:46:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-09 13:00:43 +0200
commit9cae6ff716d1d1f6a071e8343ce82c3c3685f85f (patch)
treec4450fe4ec96d9a190cb535c7f3bd483de5a64cd /helm-help.el
parent2200875b733c29e2cdd79fdeca8178176b733640 (diff)
New action for helm-buffers
* helm-buffers.el (helm-buffer-map): Bind new action. (helm-buffers-mark-similar-buffers-1): Take now an optional arg type. (helm-buffer-save-some-buffers): New action. (helm-buffer-run-save-some-buffers): New PA. * helm-help.el (helm-buffer-help-message): Document it.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index d83d9b74..16b56735 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -182,6 +182,15 @@ and press \\<helm-buffer-map>\\[helm-buffer-switch-other-window], when called wi
the buffer will be displayed vertically in other window.
If you mark more than one buffer, the marked buffers will be displayed in different windows.
+*** Saving buffers
+
+If buffer is associated to a file and is modified, it is by default colorized in orange,
+see [[Meaning of colors and prefixes for buffers][Meaning of colors and prefixes for buffers]].
+You can save these buffers with \\<helm-buffer-map>\\[helm-buffer-save-persistent].
+If you want to save all these buffers, you can mark them with \\[helm-buffers-mark-similar-buffers]
+and save them with \\[helm-buffer-save-persistent], you can also do this in one step with
+\\[helm-buffer-run-save-some-buffers], note that you will not be asked for confirmation.
+
*** Meaning of colors and prefixes for buffers
Remote buffers are prefixed with '@'.
@@ -205,6 +214,7 @@ Yellow => Tramp archive buffer.
\\[helm-buffer-diff-persistent]\t\tToggle Diff-buffer with saved file without leaving Helm.
\\[helm-buffer-revert-persistent]\t\tRevert buffer without leaving Helm.
\\[helm-buffer-save-persistent]\t\tSave buffer without leaving Helm.
+\\[helm-buffer-run-save-some-buffers]\t\tSave all unsaved buffers.
\\[helm-buffer-run-kill-buffers]\t\tDelete marked buffers and leave Helm.
\\[helm-buffer-run-kill-persistent]\t\tDelete buffer without leaving Helm.
\\[helm-buffer-run-rename-buffer]\t\tRename buffer.