aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-22 12:38:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-22 12:38:10 +0000
commit96dd3e8eb9bbe5393050acfd4ac7759ae27d00c8 (patch)
treee637c693907a716deeef38264004b9bcc6d24971 /tmux.1
parent6fab9a3e6f0a18ce63662fceedb87e96f2680d83 (diff)
downloadrtmux-96dd3e8eb9bbe5393050acfd4ac7759ae27d00c8.tar.gz
rtmux-96dd3e8eb9bbe5393050acfd4ac7759ae27d00c8.tar.bz2
rtmux-96dd3e8eb9bbe5393050acfd4ac7759ae27d00c8.zip
Permit multiple prefix keys to be defined, separated by commas, for example:
set -g prefix ^a,^b Any key in the list acts as the prefix. The send-prefix command always sends the first key in the list.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 6d833238..802b0fd9 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1048,6 +1048,7 @@ characters.
All arguments are sent sequentially from first to last.
.It Ic send-prefix Op Fl t Ar target-pane
Send the prefix key to a window as if it was pressed.
+If multiple prefix keys are configured, only the first is sent.
.It Xo Ic unbind-key
.Op Fl cn
.Op Fl t Ar key-table
@@ -1258,8 +1259,11 @@ from the 256-colour palette, or
.Ic default .
.It Ic message-fg Ar colour
Set status line message foreground colour.
-.It Ic prefix Ar key
-Set the current prefix key.
+.It Ic prefix Ar keys
+Set the keys accepted as a prefix key.
+.Ar keys
+is a comma-separated list of key names, each of which individually behave as
+the prefix key.
.It Ic repeat-time Ar time
Allow multiple commands to be entered without pressing the prefix-key again
in the specified