dispense with some wacky escape sequences;

pull/1/head
Jason McIntyre 2010-03-26 19:30:40 +00:00
parent c550e66e85
commit d267845cfc
1 changed files with 2 additions and 2 deletions

4
tmux.1
View File

@ -405,9 +405,9 @@ Or from
.Bd -literal -offset indent
$ 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
.Sh CLIENTS AND SESSIONS
The