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-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 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-leave-hook | Functions to run whenever Winner mode is turned 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-ring-size | Maximum 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 | () |