Function: ibuffer-filter-by-process
ibuffer-filter-by-process is an autoloaded, interactive and
byte-compiled function defined in ibuf-ext.el.gz.
Signature
(ibuffer-filter-by-process QUALIFIER)
Documentation
Limit current view to buffers running a process.
Probably introduced at or before Emacs version 27.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ibuf-ext.el.gz
;;;###autoload (autoload 'ibuffer-filter-by-process "ibuf-ext")
(define-ibuffer-filter process
"Limit current view to buffers running a process."
(:description "process")
(get-buffer-process buf))