diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:58:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:58:40 +0000 |
commit | c21ffbc7729b91d29db2fe025e130a4465d788b9 (patch) | |
tree | bad458419144d11dc95596aa5e4ebd918525f06e /tmux.1 | |
parent | 6e4b947d71dfc666a9df10546191133c75afbe18 (diff) | |
download | rtmux-c21ffbc7729b91d29db2fe025e130a4465d788b9.tar.gz rtmux-c21ffbc7729b91d29db2fe025e130a4465d788b9.tar.bz2 rtmux-c21ffbc7729b91d29db2fe025e130a4465d788b9.zip |
left-vertical -> main-vertical.
Also update CHANGES/TODO.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.95 2009-05-04 17:58:27 nicm Exp $ +.\" $Id: tmux.1,v 1.96 2009-05-18 21:58:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -330,7 +330,7 @@ Only the active pane is shown - all other panes are hidden. Panes are spread out evenly from left to right across the window. .It Ic even-vertical Panes are spread evenly from top to bottom. -.It Ic left-vertical +.It Ic main-vertical A large (81 column) pane is shown on the left of the window and the remaining panes are spread from top to bottom in the leftover space to the right. .El |