Clarify /window documentation
parent
35705c9eeb
commit
31a2af0c65
19
catgirl.1
19
catgirl.1
|
@ -152,11 +152,6 @@ Any messages entered in the
|
||||||
window will be sent as raw IRC commands.
|
window will be sent as raw IRC commands.
|
||||||
.
|
.
|
||||||
.Ss UI Commands
|
.Ss UI Commands
|
||||||
A slash followed immediately by a number
|
|
||||||
is equivalent to the
|
|
||||||
.Ic /window
|
|
||||||
command.
|
|
||||||
.
|
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Ic /close
|
.It Ic /close
|
||||||
Close the current window.
|
Close the current window.
|
||||||
|
@ -197,8 +192,18 @@ Press
|
||||||
.Aq Enter
|
.Aq Enter
|
||||||
to resume the UI.
|
to resume the UI.
|
||||||
.
|
.
|
||||||
.It Ic /window Ar number | name
|
.It Ic /window Ar name
|
||||||
Switch to window by number or name.
|
Switch to window by name.
|
||||||
|
.
|
||||||
|
.It Ic /window Ar num , Ic / Ns Ar num
|
||||||
|
Switch to window by number.
|
||||||
|
If
|
||||||
|
.Ar num
|
||||||
|
starts with
|
||||||
|
.Cm +
|
||||||
|
or
|
||||||
|
.Cm - ,
|
||||||
|
the number is relative to the current window.
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Sh KEY BINDINGS
|
.Sh KEY BINDINGS
|
||||||
|
|
Loading…
Reference in New Issue