From 40fc4b6e0c511654313d6cbf547bcb5e85d59eee Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Mon, 23 Mar 2020 11:51:43 +0100 Subject: [PATCH] ssh: Forward agent. tmux: Shorten escape time --- .ssh/config | 2 +- .tmux.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 7998c2d..83b668a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,9 +1,9 @@ # If ssh does not have gssapi enabled: IgnoreUnknown GSSAPIKeyExchange -ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes +ForwardAgent yes Host home HostName isabeljake.duckdns.org diff --git a/.tmux.conf b/.tmux.conf index 5d28d79..6462c8a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,3 +9,6 @@ bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" # ssh socket, important to create symlink in ~/.ssh/rc 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 +set -sg escape-time 20