On Tue, Nov 26, 2019 at 05:29:14PM +0100, Solene Rapenne wrote:
> it works out of the box on my snapshot (from 20 november)
Try this tmux.conf:
bind \\ split-window -h
bind -T copy-mode-vi r send-keys -X rectangle-toggle
tmate will choke on both of these.
For the ssh-keygen(1), I just noticed that tmate tries to use
~/.ssh/id_* and if those are not present, generate it.
In my setup, those key files live somewhere else (~.ssh/config obviously
knows where); as to why it cannot find ssh-keygen I do not know.