diff options
author | Jason McIntyre <jmc@openbsd.org> | 2009-06-24 08:13:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2009-06-24 08:13:22 +0000 |
commit | 7b4077ef8710aead343ea306d598f457652ba5c0 (patch) | |
tree | c7db420f27396b953ba14bbf23fc0535d900189a | |
parent | 27cfa81110c26d2505d50443c330324faa8bf49b (diff) | |
download | rtmux-7b4077ef8710aead343ea306d598f457652ba5c0.tar.gz rtmux-7b4077ef8710aead343ea306d598f457652ba5c0.tar.bz2 rtmux-7b4077ef8710aead343ea306d598f457652ba5c0.zip |
tweak previous;
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -196,39 +196,35 @@ to exit from it. Commands to be run when the .Nm server is started may be placed in the -.Pa ~/.tmux.conf +.Pa ~/.tmux.conf configuration file. Common examples include: -.Bl -ohang -width Ds -.It Changing the default prefix key: +.Pp +Changing the default prefix key: .Bd -literal -offset indent set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix .Ed .Pp -.It Xo Turning the status line off, or changing its colour: -.Xc .Bd -literal -offset indent set-option -g status off set-option -g status-bg blue .Ed .Pp -.It Xo -Setting other options, such as the default command, or locking after 30 minutes -of inactivity: -.Xc +Setting other options, such as the default command, +or locking after 30 minutes of inactivity: .Bd -literal -offset indent set-option -g default-command "exec /bin/ksh" set-option -g lock-after-time 1800 .Ed -.It Creating new key bindings: +.Pp +Creating new key bindings: .Bd -literal -offset indent bind-key b set-option status bind-key / command-prompt "split-window 'exec man %%'" .Ed -.El .Sh KEY BINDINGS .Nm may be controlled from an attached client by using a key combination of a |