From 35ca994ba274a0f3f71e50b0a1aadf275d4441dc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 6 Oct 2009 07:19:32 +0000 Subject: Remove scroll mode which is now redundant, copy mode should be used instead. The = key binding now does nothing. --- tmux.1 | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 40955cce..31afd505 100644 --- a/tmux.1 +++ b/tmux.1 @@ -474,12 +474,6 @@ The others are: This is entered when a command which produces output, such as .Ic list-keys , is executed from a key binding. -.It Em scroll mode -This is entered with the -.Ic scroll-mode -command (bound to -.Ql = -by default) and permits the window history buffer to be inspected. .It Em copy mode This permits a section of a window or its history to be copied to a .Em paste buffer @@ -539,7 +533,7 @@ command) or in output mode; and .Em vi-copy and .Em emacs-copy -used in copy and scroll modes. +used in copy mode. The tables may be viewed with the .Ic list-keys command and keys modified or removed with @@ -560,16 +554,6 @@ Enter copy mode. The .Fl u option scrolls one page up. -.It Xo Ic scroll-mode -.Op Fl u -.Op Fl t Ar target-pane -.Xc -Enter scroll mode. -The -.Fl u -has the same meaning as in the -.Ic copy-mode -command. .El .Pp Each window displayed by -- cgit