From 0b9b873a5505de6fdfb8f02cfbaef5fc82831a5f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 5 Jun 2008 21:25:00 +0000 Subject: Big reorganisation of command-line syntax. --- tmux.1 | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0a443b5f..4669ba3a 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.28 2008-06-05 15:55:59 nicm Exp $ +.\" $Id: tmux.1,v 1.29 2008-06-05 21:25:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -185,8 +185,9 @@ and keys or .Xr vi 1 style -.Ql j , -.Ql k , +.Ql j +and +.Ql k keys may be used to scroll the output up and down. The .Ql q @@ -212,8 +213,14 @@ In addition, .Ql ^A and .Ql ^E -move to the start and end of the line; the space key begins a selection; and the -enter key or +(or the +.Xr vi 1 +style +.Ql 0 +and +.Ql $ +keys) move to the start and end of the line; the space key begins a selection; +and the enter key or .Ql ^W copies the selection to the paste buffer and exits copy mode. .Pp @@ -387,7 +394,7 @@ The .Ev TERM environment variable must be set to .Dq screen -for all program running +for all programs running .Em inside .Nm . New windows will automatically have -- cgit