From 392636159a9c073f3e36c0e6b2680a8feb236694 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 9 Sep 2019 07:57:31 +0000 Subject: Put default keys in alphabetical order, from Barry Rountree. --- usr.bin/tmux/tmux.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 15c936ac840..c17ba4ac0a1 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.683 2019/09/09 07:53:19 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.684 2019/09/09 07:57:30 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -291,6 +291,12 @@ Prompt to search for text in open windows. Display some information about the current window. .It l Move to the previously selected window. +.It m +Mark the current pane (see +.Ic select-pane +.Fl m ) . +.It M +Clear the marked pane. .It n Change to the next window. .It o @@ -301,12 +307,6 @@ Change to the previous window. Briefly display pane indexes. .It r Force redraw of the attached client. -.It m -Mark the current pane (see -.Ic select-pane -.Fl m ) . -.It M -Clear the marked pane. .It s Select a new session for the attached client interactively. .It t -- cgit v1.2.3