diff options
| author | Kumar Damani <kdamani@kepler.space> | 2020-10-26 19:57:28 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2020-10-26 19:57:28 +0000 |
| commit | 1b7ff08be22ab5fb380a11fef5c3f41ba53e5c6e (patch) | |
| tree | dbae2efae91ba49e6aaea39a0b9dc6fc80d9266d /tmux | |
| parent | f331ba5bcce49e7ad6ce8c2685eedc8c3514934a (diff) | |
| parent | 0a48eebde539b6f71bd89ae6238bd6802a46715e (diff) | |
Merge branch 'master' of gitlab.com:kdam0/dotfiles
Diffstat (limited to 'tmux')
| -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" |
