aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Aranda2019-06-23 19:57:48 +0200
committerLars Ingebrigtsen2019-06-23 19:57:48 +0200
commit4e0cefcf2a300da305e9184af9294c6ed33fb244 (patch)
tree510556ab5d4ead2d5380f23c245d2ffdaf2d856c
parent807b21dc40ebdb855e61b4ee6ddf0b227d91b728 (diff)
downloademacs-4e0cefcf2a300da305e9184af9294c6ed33fb244.tar.gz
emacs-4e0cefcf2a300da305e9184af9294c6ed33fb244.zip
Document Winner mode user options
* doc/emacs/windows.texi (Window Convenience): Add documentation for the user options winner-dont-bind-my-keys, winner-ring-size and winner-boring-buffers (bug#35146).
-rw-r--r--doc/emacs/windows.texi12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index ece53130531..4b39e8bfe10 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -535,6 +535,9 @@ Reference Manual}), and cannot exceed the size of the containing frame.
535@section Convenience Features for Window Handling 535@section Convenience Features for Window Handling
536 536
537@findex winner-mode 537@findex winner-mode
538@vindex winner-dont-bind-my-keys
539@vindex winner-ring-size
540@vindex winner-boring-buffers
538@cindex Winner mode 541@cindex Winner mode
539@cindex mode, Winner 542@cindex mode, Winner
540@cindex undoing window configuration changes 543@cindex undoing window configuration changes
@@ -546,7 +549,14 @@ with @kbd{M-x winner-mode}, or by customizing the variable
546@code{winner-mode}. When the mode is enabled, @kbd{C-c left} 549@code{winner-mode}. When the mode is enabled, @kbd{C-c left}
547(@code{winner-undo}) undoes the last window configuration change. If 550(@code{winner-undo}) undoes the last window configuration change. If
548you change your mind while undoing, you can redo the changes you had 551you change your mind while undoing, you can redo the changes you had
549undone using @kbd{C-c right} (@code{M-x winner-redo}). 552undone using @kbd{C-c right} (@code{M-x winner-redo}). To prevent
553Winner mode from binding @kbd{C-c left} and @kbd{C-c right}, you can
554customize the variable @code{winner-dont-bind-my-keys} to a
555non-@code{nil} value. By default, Winner mode stores a maximum of 200
556window configurations per frame, but you can change that by modifying
557the variable @code{winner-ring-size}. If there are some buffers whose
558windows you wouldn't want Winner mode to restore, add their names to
559the list variable @code{winner-boring-buffers}.
550 560
551 Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on 561 Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on
552the same buffer so that they always display adjacent sections of that 562the same buffer so that they always display adjacent sections of that