We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The helm-buffers-list command is Helm’s version of switch-to-buffer or list-buffers. By default, it is bound to <helm-prefix> C-x C-b.
helm-buffers-list
switch-to-buffer
list-buffers
<helm-prefix> C-x C-b
The helm-mini command displays buffers and recently visited files. It may be more useful than helm-buffers-list.
helm-mini
To find buffers by major mode, we can use a pattern for the major mode name, regexps, or both.
emacs-lisp-mode
sh-mode
Patterns can be combined. For example, for buffers in emacs-lisp-mode, match “helm”, and end in “foo”, the pattern is:
*lisp helm foo
The buffer’s face indicates its state. The faces depend on the Emacs theme; some examples are below:
The customizable variable helm-boring-buffer-regexp-list stores regexps indicating “boring” buffers that Helm should not display.
helm-boring-buffer-regexp-list