tmux-which-key
tmux-which-key copied to clipboard
fix(gitmodules): noninteractive install with tpm sometimes hangs
The noninteractive installs can hang if the computer has never connected to GitHub previously via SSH. This causes the "authenticity of host cannot be established warning" error upon which the user is interactively prompted whether to accept or reject the host key.
Unauthenticated hosts is not a problem with HTTPS.
Relates to tmux-plugins/tpm#219