diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-09 17:05:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-09 17:05:42 +0000 |
commit | eeba70afc8a3c96cb22e4f61e9c778c1e24c95f7 (patch) | |
tree | 4cf02de86d76bc4858c34a8e35ac40b442291bf5 /tmux.1 | |
parent | 972b2c1e999cc1425dd72cbf9475f91f98330ca4 (diff) | |
download | rtmux-eeba70afc8a3c96cb22e4f61e9c778c1e24c95f7.tar.gz rtmux-eeba70afc8a3c96cb22e4f61e9c778c1e24c95f7.tar.bz2 rtmux-eeba70afc8a3c96cb22e4f61e9c778c1e24c95f7.zip |
More tweaks.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.5 2007-11-09 16:18:08 nicm Exp $ +.\" $Id: tmux.1,v 1.6 2007-11-09 17:05:42 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -41,7 +41,7 @@ necessary and holds a number of each of which may have a number of .Em windows connected to it. Any number of clients may connect to a session, or the server -may be controlled by issuing commands with the +may be controlled by issuing commands using the .Nm binary. Communication takes place through a socket, by default placed in .Pa /tmp . @@ -88,7 +88,7 @@ and described in the following sections. may be controlled from an attached client by using a key combination of a prefix, .Ql ^A -(ctrl-A) by default, and a command key. +(ctrl-A) by default, followed by a command key. .Pp Some of the default key bindings include: .Pp @@ -183,7 +183,8 @@ supports the following commands: .Op Fl a .Xc .D1 (alias: Ic refresh ) -.It Xo Ic rename-session new-name +.It Xo Ic rename-session +.Ar new-name .Xc .D1 (alias: Ic rename ) .It Xo Ic rename-window @@ -201,6 +202,7 @@ supports the following commands: .Ar option Ar value .Xc .D1 (alias: Ic set ) +prefix,status,status-fg,status-bg,bell-action,default-command .It Xo Ic swap-window .Op Fl i Ar index .Ar name Ar index |