File: winner.el.html

Winner mode is a global minor mode that records the changes in the window configuration (i.e. how the frames are partitioned into windows) so that the changes can be "undone" using the command winner-undo. By default this one is bound to the key sequence ctrl-c left. If you change your mind (while undoing), you can press ctrl-c right (calling 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 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-leave-hookFunctions to run whenever Winner mode is turned 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-ring-sizeMaximum number of stored window configurations per frame.

Defined functions (10)

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)