Function: windmove-swap-states-down

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

Signature

(windmove-swap-states-down)

Documentation

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

Key Bindings

Source Code

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