summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-02-02 00:15:28 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-02-02 00:15:28 +0000
commitefb639e1d20d2bd4948dfb2d7c4ede929c423b5f (patch)
treecbe02a10bd6a3b82fd760f170ce35ad33c8dee35 /tmux.1
parent8363d19307c476f6434a91b79fd962814f6acc1a (diff)
Add -l flag to send-keys to send input literally (without translating
key names). From Frank Terbeck.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e34eeb73..20837d9d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1646,7 +1646,7 @@ are listed; this may be one of:
or
.Em emacs-copy .
.It Xo Ic send-keys
-.Fl R
+.Op Fl lR
.Op Fl t Ar target-pane
.Ar key Ar ...
.Xc
@@ -1660,6 +1660,9 @@ or
.Ql npage
) to send; if the string is not recognised as a key, it is sent as a series of
characters.
+The
+.Fl l
+flag disables key name lookup and sends the keys literally.
All arguments are sent sequentially from first to last.
The
.Fl R