From 13baa5f8cebf07b8b0155e9112ac618026853af2 Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Wed, 16 Mar 2022 09:20:03 +0100 Subject: [PATCH] Tmux ssh config --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 30e827f..464f671 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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