From 97c5586d356c65fb68c41642ad6ec41d55d7d834 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 17 Apr 2020 03:24:16 +0200 Subject: [PATCH] switch to persistent SSH auth sock --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 432a860..0ff89d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,4 +18,7 @@ set-option -g set-titles on set-option -g set-titles-string "#{?#{==:#{pane_title},#{host_short}},#h:#W,#T}" bind-key '\' confirm-before -p "kill-session #S? (y/n)" kill-session + bind-key = set-option synchronize-panes + +set-environment -g SSH_AUTH_SOCK $VARDIR/ssh/persistent-ssh-auth.sock -- 2.39.2