Function: windmove-swap-states-left

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

Signature

(windmove-swap-states-left)

Documentation

Swap the states with the window on the left from the current one.

Key Bindings

Source Code

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