aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2020-10-26 19:56:42 +0000
committerKumar Damani <kdamani@kepler.space>2020-10-26 19:56:42 +0000
commit0a48eebde539b6f71bd89ae6238bd6802a46715e (patch)
treed7bb6ae73747535724422cda91219a0a3993ad6a
parentcfe1ea3959f64cd38f0e94fcccc5833c1f713a15 (diff)
updated tmux config with term fix
-rw-r--r--tmux/.config/tmux/tmux.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 7cf408c..6b00081 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -9,6 +9,7 @@
## set the default TERM
set -g default-terminal screen
+set -as terminal-overrides ',st*:Ss@'
## update the TERM variable of terminal emulator when creating a new session or attaching a existing session
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'
@@ -23,9 +24,9 @@ bind C-a send-prefix
set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CONFIG_HOME/tmux/plugins"
# List of plugins
-#set -g @plugin 'tmux-plugins/tpm'
-#set -g @plugin 'tmux-plugins/tmux-sensible'
-#set -g @plugin 'tmux-plugins/tmux-resurrect'
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-sensible'
+set -g @plugin 'tmux-plugins/tmux-resurrect'
# List of plugins
set -g @tpm_plugins ' \
@@ -62,6 +63,4 @@ set -g @themepack 'powerline/block/magenta'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
-#run -b '~/.tmux/plugins/tpm/tpm'
-#run -b '~/.config/tmux/plugins/tpm/tpm'
run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"