diff options
author | nicm <nicm> | 2021-10-05 12:49:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-10-05 12:49:37 +0000 |
commit | 9f6164a05cc0de372f6859127f72c8b242596bf5 (patch) | |
tree | 399ff9a6396aada18e7d3bd0bc5c99eb03c0fb10 /tmux.1 | |
parent | 9b1fdb291ee8e940311a51cf41f97b07930b4688 (diff) | |
download | rtmux-9f6164a05cc0de372f6859127f72c8b242596bf5.tar.gz rtmux-9f6164a05cc0de372f6859127f72c8b242596bf5.tar.bz2 rtmux-9f6164a05cc0de372f6859127f72c8b242596bf5.zip |
Make send-keys without any arguments send the key it is bound to (if
any). GitHub issue 2904.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3123,6 +3123,7 @@ or to send; if the string is not recognised as a key, it is sent as a series of characters. All arguments are sent sequentially from first to last. +If no keys are given and the command is bound to a key, then that key is used. .Pp The .Fl l |