1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Automatically copy a handful of useful environment variables so you

won't loose ssh-agent for example
This commit is contained in:
2015-08-11 13:15:32 +02:00
parent 6dcc1f8443
commit 6ad4d29954

View File

@@ -83,6 +83,9 @@ bind C-a last-window
# Bigger history
set -g history-limit 10000
# Automatically copy a handful of useful environment variables so you won't loose ssh-agent for example
set -g update-environment -r
# Fix for shift-keys with Fn; needs correct terminfo too
setw -g xterm-keys on