diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2021-08-18 22:34:54 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2021-08-18 22:39:07 -0700 |
| commit | 0b693bdfdc135128c37bdcfaad0d57cc613564f4 (patch) | |
| tree | 7c32571881f455c25143f1ab9ad08def64a36270 /README.md | |
| parent | bf3f4c8cc9ae26573f39be026e8c5e994c14da63 (diff) | |
Improve Helm integration.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -235,7 +235,11 @@ listing buffers, so they did not require this advice; see [`this Helm commit`](https://github.com/emacs-helm/helm/commit/f7fa3a9e0ef1f69c42e0c513d02c9f76ea9a4344) and [`this Perspective commit`](https://github.com/nex3/perspective-el/commit/c2d3542418967b55f05d5b5ba71c9fbfe4cd3d4f) -for details.) +for details.) If `helm-buffers-list` is called with a prefix argument, it will +show buffers in all perspectives. In addition, Perspective adds actions to +`helm-buffers-list` to add buffers to the current perspective (mainly relevant +to the prefix-argument version) and to remove buffers from the current +perspective. **Ivy / Counsel**: Perspective provides two commands for listing buffers using Ivy and Counsel: `persp-ivy-switch-buffer` and `persp-counsel-switch-buffer`. |
