Variable: aw-swap-invert

aw-swap-invert is a customizable variable defined in ace-window.el.

Value

nil

Documentation

When non-nil, the other of the two swapped windows gets the point.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-swap-invert nil
  "When non-nil, the other of the two swapped windows gets the point."
  :type 'boolean)