Function: hui-menu-jump-to

hui-menu-jump-to is an interactive and byte-compiled function defined in hui-jmenu.el.

Signature

(hui-menu-jump-to)

Documentation

Popup a menu of buffers, frames, and windows, allowing user to jump to one.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-jmenu.el
(defun hui-menu-jump-to ()
  "Popup a menu of buffers, frames, and windows, allowing user to jump to one."
  (interactive)
  (popup-menu (list "Jump to"
		    (hui-menu-of-buffers)
		    (hui-menu-of-frames)
		    (hui-menu-of-windows))))