diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-05-13 08:56:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-05-13 08:56:08 +0000 |
commit | 9b6dba841edafc426af4bbf0a3aab8f6e1f74f36 (patch) | |
tree | 798044b7037595cef5538f45d5ff22492dd6c636 /usr.bin | |
parent | 4e2770b21dc90b04bf83e4ef2b0c70e2a9688841 (diff) |
Fix column width for copy mode commands.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index eaeb8857888..c9a49d3d2f0 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.647 2019/05/11 06:40:01 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.648 2019/05/13 08:56:07 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: May 11 2019 $ +.Dd $Mdocdate: May 13 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -1158,7 +1158,7 @@ Key tables may be viewed with the command. .Pp The following commands are supported in copy mode: -.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent +.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Command" Ta Sy "vi" Ta Sy "emacs" .It Li "append-selection" Ta "" Ta "" .It Li "append-selection-and-cancel" Ta "A" Ta "" |