Function: windmove-swap-states-up

windmove-swap-states-up is an autoloaded, interactive and byte-compiled function defined in windmove.el.gz.

Signature

(windmove-swap-states-up)

Documentation

Swap the states with the window above from the current one.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;;###autoload
(defun windmove-swap-states-up ()
  "Swap the states with the window above from the current one."
  (interactive)
  (windmove-swap-states-in-direction 'up))