From 9f6164a05cc0de372f6859127f72c8b242596bf5 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 5 Oct 2021 12:49:37 +0000 Subject: Make send-keys without any arguments send the key it is bound to (if any). GitHub issue 2904. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d48415fe..46611df2 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit