You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.