mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
M-1 to M-7 for 7 preset layouts; from bunkmate
ok nicm
This commit is contained in:
parent
72cd0eac29
commit
01edce40f3
31
tmux.1
31
tmux.1
@ -369,7 +369,7 @@ Enter copy mode and scroll one page up.
|
|||||||
.It Left, Right
|
.It Left, Right
|
||||||
Change to the pane above, below, to the left, or to the right of the current
|
Change to the pane above, below, to the left, or to the right of the current
|
||||||
pane.
|
pane.
|
||||||
.It M-1 to M-5
|
.It M-1 to M-7
|
||||||
Arrange panes in one of the seven preset layouts:
|
Arrange panes in one of the seven preset layouts:
|
||||||
even-horizontal, even-vertical,
|
even-horizontal, even-vertical,
|
||||||
main-horizontal, main-horizontal-mirrored,
|
main-horizontal, main-horizontal-mirrored,
|
||||||
@ -759,8 +759,8 @@ The start of a session name, for example
|
|||||||
would match a session named
|
would match a session named
|
||||||
.Ql mysession .
|
.Ql mysession .
|
||||||
.It
|
.It
|
||||||
An
|
A
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
pattern which is matched against the session name.
|
pattern which is matched against the session name.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
@ -808,8 +808,8 @@ An exact window name, such as
|
|||||||
The start of a window name, such as
|
The start of a window name, such as
|
||||||
.Ql mysession:mywin .
|
.Ql mysession:mywin .
|
||||||
.It
|
.It
|
||||||
As an
|
As a
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
pattern matched against the window name.
|
pattern matched against the window name.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
@ -2859,7 +2859,7 @@ other commands are not blocked from running until the indicator is closed.
|
|||||||
.Xc
|
.Xc
|
||||||
.D1 Pq alias: Ic findw
|
.D1 Pq alias: Ic findw
|
||||||
Search for a
|
Search for a
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
pattern or, with
|
pattern or, with
|
||||||
.Fl r ,
|
.Fl r ,
|
||||||
regular expression
|
regular expression
|
||||||
@ -4230,8 +4230,8 @@ supports.
|
|||||||
.Pp
|
.Pp
|
||||||
This is an array option where each entry is a colon-separated string made up
|
This is an array option where each entry is a colon-separated string made up
|
||||||
of a terminal type pattern (matched using
|
of a terminal type pattern (matched using
|
||||||
.Xr fnmatch 3 )
|
.Xr glob 7
|
||||||
followed by a list of terminal features.
|
patterns) followed by a list of terminal features.
|
||||||
The available features are:
|
The available features are:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It 256
|
.It 256
|
||||||
@ -4287,7 +4287,8 @@ Allow terminal descriptions read using
|
|||||||
to be overridden.
|
to be overridden.
|
||||||
Each entry is a colon-separated string made up of a terminal type pattern
|
Each entry is a colon-separated string made up of a terminal type pattern
|
||||||
(matched using
|
(matched using
|
||||||
.Xr fnmatch 3 )
|
.Xr glob 7
|
||||||
|
patterns)
|
||||||
and a set of
|
and a set of
|
||||||
.Em name=value
|
.Em name=value
|
||||||
entries.
|
entries.
|
||||||
@ -5625,14 +5626,14 @@ true, for example
|
|||||||
.Pp
|
.Pp
|
||||||
An
|
An
|
||||||
.Ql m
|
.Ql m
|
||||||
specifies an
|
specifies a
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
or regular expression comparison.
|
pattern or regular expression comparison.
|
||||||
The first argument is the pattern and the second the string to compare.
|
The first argument is the pattern and the second the string to compare.
|
||||||
An optional argument specifies flags:
|
An optional argument specifies flags:
|
||||||
.Ql r
|
.Ql r
|
||||||
means the pattern is a regular expression instead of the default
|
means the pattern is a regular expression instead of the default
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
pattern, and
|
pattern, and
|
||||||
.Ql i
|
.Ql i
|
||||||
means to ignore case.
|
means to ignore case.
|
||||||
@ -5642,8 +5643,8 @@ or
|
|||||||
.Ql #{m/ri:^A,MYVAR} .
|
.Ql #{m/ri:^A,MYVAR} .
|
||||||
A
|
A
|
||||||
.Ql C
|
.Ql C
|
||||||
performs a search for an
|
performs a search for a
|
||||||
.Xr fnmatch 3
|
.Xr glob 7
|
||||||
pattern or regular expression in the pane content and evaluates to zero if not
|
pattern or regular expression in the pane content and evaluates to zero if not
|
||||||
found, or a line number if found.
|
found, or a line number if found.
|
||||||
Like
|
Like
|
||||||
|
Loading…
Reference in New Issue
Block a user