ibuffer-jump-to-buffer

ibuffer-jump-to-buffer is an interactive autoloaded Lisp function in `ibuf-ext.el'.


(ibuffer-jump-to-buffer NAME)

Move point to the buffer whose name is NAME.

If called interactively, prompt for a buffer name and go to the
corresponding line in the Ibuffer buffer. If said buffer is in a
hidden group filter, open it.

If `ibuffer-jump-offer-only-visible-buffers' is non-nil, only offer
visible buffers in the completion list. Calling the command with
a prefix argument reverses the meaning of that variable.