mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
dispense with some wacky escape sequences;
This commit is contained in:
parent
c550e66e85
commit
d267845cfc
4
tmux.1
4
tmux.1
@ -405,9 +405,9 @@ Or from
|
|||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
$ tmux kill-window -t :1
|
$ tmux kill-window -t :1
|
||||||
|
|
||||||
$ tmux new-window \\; split-window -d
|
$ tmux new-window \e; split-window -d
|
||||||
|
|
||||||
$ tmux new-session -d 'vi /etc/passwd' \\; split-window -d \\; attach
|
$ tmux new-session -d 'vi /etc/passwd' \e; split-window -d \e; attach
|
||||||
.Ed
|
.Ed
|
||||||
.Sh CLIENTS AND SESSIONS
|
.Sh CLIENTS AND SESSIONS
|
||||||
The
|
The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user