command-prompt just turns on the prompt and continues the command sequence so
display-message will immediately cancel the prompt. It may work okay in tmux
from git where command sequences are synchronous, or if it doesn't it could be
changed to work.
Original message
From: Chr
> You can do it the same way as rename-window but I've forgotten the name of
> the command, maybe command-prompt. Check "tmux lsk" to see how it is bound.
>
> You will need a separate key to turn it off though.
>
Thanks. For the benefit of anyone else, I came up with the following:
bind l command
You can do it the same way as rename-window but I've forgotten the name of the
command, maybe command-prompt. Check "tmux lsk" to see how it is bound.
You will need a separate key to turn it off though.
You can pipe to whatever command you like.
Original message
From: Chris Ma