From 1eb665832ac1715a201dffb00ad28d4c4b05a90f Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 7 Oct 2009 17:13:59 +0000 Subject: Sync OpenBSD patchset 365: Support J and K for scroll up and scroll down in copy mode with vi keys, suggested by martynas. --- tmux.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index a0a92b66..5bf36597 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.179 2009-10-06 14:14:07 tcunha Exp $ +.\" $Id: tmux.1,v 1.180 2009-10-07 17:13:59 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 6 2009 $ +.Dd $Mdocdate: October 7 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -490,7 +490,7 @@ The keys available depend on whether emacs or vi mode is selected .Ic mode-keys option). The following keys are supported as appropriate for the mode: -.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXX" "emacs" -offset indent +.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXX" "emacs" -offset indent .It Sy "Function" Ta Sy "vi" Ta Sy "emacs" .It Li "Back to indentation" Ta "^" Ta "M-m" .It Li "Clear selection" Ta "Escape" Ta "C-g" @@ -509,8 +509,8 @@ The following keys are supported as appropriate for the mode: .It Li "Previous page" Ta "C-u" Ta "Page up" .It Li "Previous word" Ta "b" Ta "M-b" .It Li "Quit mode" Ta "q" Ta "Escape" -.It Li "Scroll down" Ta "C-Down" Ta "C-Down" -.It Li "Scroll up" Ta "C-Up" Ta "C-Up" +.It Li "Scroll down" Ta "C-Down or J" Ta "C-Down" +.It Li "Scroll up" Ta "C-Up or K" Ta "C-Up" .It Li "Search again" Ta "n" Ta "n" .It Li "Search backward" Ta "?" Ta "C-r" .It Li "Search forward" Ta "/" Ta "C-s" -- cgit