Function: aw-flip-window

aw-flip-window is an interactive and byte-compiled function defined in ace-window.el.

Signature

(aw-flip-window)

Documentation

Switch to the window you were previously in.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defun aw-flip-window ()
  "Switch to the window you were previously in."
  (interactive)
  (aw-switch-to-window (aw--pop-window)))