File: winner.el.html

Winner mode is a global minor mode that records the changes in the window configuration (in other words, how the frames are partitioned into windows), so that the changes can be "undone" using the command winner-undo. By default, it is bound to the key sequence C-c
<left>. If you change your mind (while undoing), you can press
C-c <right> (winner-redo).

Defined variables (10)

winner-boring-buffersList of buffer names whose windows ‘winner-undo’ will not restore.
winner-boring-buffers-regexp‘winner-undo’ will not restore windows with buffers matching this regexp.
winner-dont-bind-my-keysNon-nil means do not bind default keys in Winner mode.
winner-modeNon-nil if Winner mode is enabled.
winner-mode-hookFunctions to run whenever Winner mode is turned on or off.
winner-mode-mapKeymap for Winner mode.
winner-mode-off-hookFunctions to run whenever Winner mode is turned off.
winner-pending-undo-ringThe ring currently used by ‘winner-undo’.
winner-repeat-mapKeymap to repeat winner key sequences. Used in ‘repeat-mode’.
winner-ring-sizeMaximum number of stored window configurations per frame.

Defined functions (11)

winner--set-dont-bind-my-keys(SYMBOL VALUE)
winner-configuration(&optional FRAME)
winner-equal(A B)
winner-get-point(BUF WIN)
winner-insert-if-new(FRAME)
winner-mode(&optional ARG)
winner-redo()
winner-ring(FRAME)
winner-set(CONF)
winner-set-conf(WINCONF)
winner-undo()

Defined faces (0)