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-buffers | List 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-keys | Non-nil means do not bind default keys in Winner mode. |
winner-mode | Non-nil if Winner mode is enabled. |
winner-mode-hook | Functions to run whenever Winner mode is turned on or off. |
winner-mode-map | Keymap for Winner mode. |
winner-mode-off-hook | Functions to run whenever Winner mode is turned off. |
winner-pending-undo-ring | The ring currently used by ‘winner-undo’. |
winner-repeat-map | Keymap to repeat winner key sequences. Used in ‘repeat-mode’. |
winner-ring-size | Maximum 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 | () |