aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 673ca076..f9daaea2 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -64,6 +64,7 @@ if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-curren
if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-format "#[fg=colour16]#I:#W#F"'
# Terminal
+CONTAINING_TERM=$TERM
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -s escape-time 0
if-shell 'test `tput colors` -eq 256' 'set-option -g default-terminal "screen-256color"'