diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-03 17:12:30 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-03 17:12:30 +0100 |
commit | 43656d4ea7cb70e3e50b73405f71def5e322c94c (patch) | |
tree | ff7afbaa79bd61df370d97b0d655be04e27fdb5e | |
parent | fff85d854e7a29ab1fbf0b3867a38b52b5cf60c8 (diff) | |
download | rtmux-43656d4ea7cb70e3e50b73405f71def5e322c94c.tar.gz rtmux-43656d4ea7cb70e3e50b73405f71def5e322c94c.tar.bz2 rtmux-43656d4ea7cb70e3e50b73405f71def5e322c94c.zip |
Sync up some tmux.1 bits.
-rw-r--r-- | tmux.1 | 20 |
1 files changed, 5 insertions, 15 deletions
@@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 25 2013 $ +.Dd $Mdocdate$ .Dt TMUX 1 .Os .Sh NAME @@ -1099,10 +1099,10 @@ to As a special case, .Fl t may refer to a pane (a target that contains -.Ql : , -.Ql . +.Ql \&: , +.Ql \&. or -.Ql % ) +.Ql % ) , in which case the session, window and pane are all changed. If .Fl l , @@ -2809,16 +2809,6 @@ The default is an empty string, which instructs to create a login shell using the value of the .Ic default-shell option. -.It Ic default-size Ar XxY -Set the default size of new windows when the -.Ar window-size -option is set to manual or when a session is created with -.Ic new-session -.Fl d . -The value is the width and height separated by an -.Ql x -character. -The default is 80x24. .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the @@ -2837,7 +2827,7 @@ This option should be configured when is used as a login shell. .It Ic default-size Ar XxY Set the default size of new windows when the -.Ar window-size +.Ic window-size option is set to manual or when a session is created with .Ic new-session .Fl d . |