Closed
Description
I have some ssh whatever
commands in my tmuxp config; and some of those require multi-factor auth so running them automatically when launching the session is not great.
Currently I use workarounds such as read && ssh whatever
so the ssh command doesn't run immediately, but I think an option to just send the command but not the ENTER key to actually execute it would be much nicer.