Function: hui-menu-jump-to-window
hui-menu-jump-to-window is an autoloaded, interactive and
byte-compiled function defined in hui-jmenu.el.
Signature
(hui-menu-jump-to-window)
Documentation
Popup a menu of existing frames. Jump to chosen frame.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-jmenu.el
;;;###autoload
(defun hui-menu-jump-to-window ()
"Popup a menu of existing frames. Jump to chosen frame."
(interactive)
(popup-menu (cons "Jump to Window" (cdr (hui-menu-of-windows)))))