diff options
Diffstat (limited to 'tmux/.config')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 9 |
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" |
