aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
commit5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e (patch)
treea253452ab5ec7f758f1b92466c2bad623b72e5a6 /tmux.1
parenta3efd2ab5aa80757dff1570444faae927ece15b8 (diff)
downloadrtmux-5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e.tar.gz
rtmux-5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e.tar.bz2
rtmux-5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e.zip
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index cd65fed9..86e35e72 100644
--- a/tmux.1
+++ b/tmux.1
@@ -248,6 +248,8 @@ Select windows 0 to 9.
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 @@ option kills all but the pane given with
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.