mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 10:00:27 +01:00
Automatically copy a handful of useful environment variables so you
won't loose ssh-agent for example
This commit is contained in:
@@ -83,6 +83,9 @@ bind C-a last-window
|
|||||||
# Bigger history
|
# Bigger history
|
||||||
set -g history-limit 10000
|
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
|
# Fix for shift-keys with Fn; needs correct terminfo too
|
||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user