New sentence, new line.

This commit is contained in:
Nicholas Marriott 2009-02-07 08:22:11 +00:00
parent ea8a8d39d4
commit bb3eb77a2a

42
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.78 2009-02-07 08:20:54 nicm Exp $
.\" $Id: tmux.1,v 1.79 2009-02-07 08:22:11 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@ -416,13 +416,14 @@ replaced by what is entered at the prompt.
.Op Fl t Ar dst-session
.Xc
.D1 (alias: Ic copyb)
Copy a session paste buffer to another session. If no sessions are specified,
the current one is used instead.
Copy a session paste buffer to another session.
If no sessions are specified, the current one is used instead.
.It Xo Ic copy-mode
.Op Fl u
.Op Fl t Ar target-window
.Xc
Enter copy mode. The
Enter copy mode.
The
.Fl u
option scrolls one page up.
.It Xo Ic delete-buffer
@ -452,9 +453,10 @@ Move down a pane.
.D1 (alias: Ic findw )
Search for
.Ar match-string
in window names, titles, and visible content (but not history). If only one
window is matched, it'll be automatically selected, otherwise a choice list is
shown. This command only works from inside
in window names, titles, and visible content (but not history).
If only one window is matched, it'll be automatically selected, otherwise a
choice list is shown.
This command only works from inside
.Nm .
.It Xo Ic has-session
.Op Fl t Ar target-session
@ -666,7 +668,8 @@ if specifed, to
.Op Ar adjustment
.Xc
.D1 (alias: Ic resizep-up)
Resize a pane. The
Resize a pane.
The
.Ar adjustment
is given in lines (the default is 1).
.It Xo Ic respawn-window
@ -700,7 +703,8 @@ option appends to rather than overwriting the file.
.Op Fl u
.Op Fl t Ar target-window
.Xc
Enter scroll mode. The
Enter scroll mode.
The
.Fl u
has the same meaning as in the
.Ic copy-mode
@ -766,8 +770,9 @@ Set the contents of the specified buffer to
Set an option.
If
.Fl g
is specified, the option is set as a global option. Global options apply to all
sessions which don't have the option explicitly set.
is specified, the option is set as a global option.
Global options apply to all sessions which don't have the option explicitly
set.
If
.Fl g
is not used, the option applies only to
@ -853,7 +858,8 @@ Set the current prefix key.
Allow multiple commands to be entered without pressing the prefix-key again
in the specified
.Ar number
miliseconds (the default is 500). It only applies to
miliseconds (the default is 500).
It only applies to
.Ic up-pane ,
.Ic down-pane ,
.Ic next-window ,
@ -936,7 +942,8 @@ The default is 40.
.Ar password
.Xc
.D1 (alias: Ic pass )
Set the server password. If the
Set the server password.
If the
.Fl c
option is given, a pre-encrypted password may be specified.
By default, the password is blank, thus any entered password will be accepted
@ -951,7 +958,8 @@ configuration file, enclose it in single quotes (').
.Ar option Ar value
.Xc
.D1 (alias: Ic setw )
Set a window-specific option. The
Set a window-specific option.
The
.Fl g
and
.Fl u
@ -1074,12 +1082,14 @@ Execute commands from
.Op Ar command
.Xc
.D1 (alias: splitw )
Creates a new window by splitting it vertically. The
Creates a new window by splitting it vertically.
The
.Fl l
and
.Fl p
options specify the size of the new window in lines, or as a percentage,
respectively. All other options have the same meaning as in the
respectively.
All other options have the same meaning as in the
.Ic new-window
command.
.Pp