=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.186 retrieving revision 1.187 diff -u -r1.186 -r1.187 --- src/usr.bin/tmux/tmux.1 2010/10/14 00:30:03 1.186 +++ src/usr.bin/tmux/tmux.1 2010/10/23 13:04:34 1.187 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.186 2010/10/14 00:30:03 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.187 2010/10/23 13:04:34 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: October 14 2010 $ +.Dd $Mdocdate: October 23 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -248,6 +248,8 @@ Enter the .Nm command prompt. +.It ; +Move to the previously active pane. .It = Choose which buffer to paste interactively from a list. .It \&? @@ -1037,6 +1039,9 @@ Kill the current window or the window at .Ar target-window , removing it from any sessions to which it is linked. +.It Ic last-pane Op Fl t Ar target-window +.D1 (alias: Ic lastp ) +Select the last (previously selected) pane. .It Ic last-window Op Fl t Ar target-session .D1 (alias: Ic last ) Select the last (previously selected) window.