Tmux ssh config

This commit is contained in:
2022-03-16 09:20:03 +01:00
parent b082cc00b2
commit 13baa5f8ce

View File

@@ -10,6 +10,7 @@ bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
# ssh socket, important to create symlink in ~/.ssh/rc
set -g update-environment -r
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
# Shorten delay for relaying Esc (to e.g. vim). Too short and PgUp will not work