From 0a48eebde539b6f71bd89ae6238bd6802a46715e Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 26 Oct 2020 15:56:42 -0400 Subject: updated tmux config with term fix --- tmux/.config/tmux/tmux.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tmux') 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" -- cgit v1.2.3