This commit is contained in:
Jaroslaw Konik 2026-02-17 19:33:49 +01:00
parent 12534d7a98
commit d6aed5134e

View file

@ -60,8 +60,7 @@ bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'C
bind s command-prompt -p "send pane to:" "join-pane -t '%%'" bind s command-prompt -p "send pane to:" "join-pane -t '%%'"
bind -n M-x copy-mode bind -n M-x copy-mode
bind-key t command-prompt -p "SSH host:" \ bind-key t command-prompt -p "SSH host:" \
"run-shell -b 'sh -c \"systemd-run --user --quiet --scope foot -e ssh %% || true\"'" "run-shell -b 'systemd-run --user --quiet --scope foot -e ssh -t %% \"LANG=en_US.UTF-8 tmux -u new-session\" || true'"
unbind -n MouseDown3Pane unbind -n MouseDown3Pane
unbind -T copy-mode-vi MouseDragEnd1Pane unbind -T copy-mode-vi MouseDragEnd1Pane