diff options
author | Jason McIntyre <jmc@openbsd.org> | 2010-04-04 21:23:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2010-04-04 21:23:20 +0000 |
commit | 680f920b551c0cac9239d6b15ac390dc1bc576b4 (patch) | |
tree | fe2cf00195686c024df547c2e23388047fe847e5 | |
parent | 089c33f5be4a93c7cad49f5b7d7fb6331e0fb0eb (diff) | |
download | rtmux-680f920b551c0cac9239d6b15ac390dc1bc576b4.tar.gz rtmux-680f920b551c0cac9239d6b15ac390dc1bc576b4.tar.bz2 rtmux-680f920b551c0cac9239d6b15ac390dc1bc576b4.zip |
tweak;
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -373,7 +373,6 @@ bind-key F1 set-window-option force-width 81 .Pp Or if using .Xr sh 1 : -.Pp .Bd -literal -offset indent $ tmux bind-key F1 set-window-option force-width 81 .Ed @@ -401,7 +400,6 @@ new-window ; split-window -d .Pp Or from .Xr sh 1 : -.Pp .Bd -literal -offset indent $ tmux kill-window -t :1 @@ -1748,7 +1746,8 @@ used. Shell commands are executed with the .Nm global environment set (see the -.Sx ENVIRONMENT section). +.Sx ENVIRONMENT +section). .Pp #[attributes] allows a comma-separated list of attributes to be specified, these may be |