Function: hycontrol-framemove-up
hycontrol-framemove-up is an interactive and byte-compiled function
defined in hycontrol.el.
Signature
(hycontrol-framemove-up)
Documentation
Move to any next frame above the selected frame.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-framemove-up ()
"Move to any next frame above the selected frame."
(interactive)
(hycontrol-framemove-direction 'up))