diff options
Diffstat (limited to '.tmux.conf.local')
-rw-r--r-- | .tmux.conf.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index 4043e5b..17c4342 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -347,6 +347,7 @@ set -g mouse on # move status line to top #set -g status-position top +set-option -sa terminal-overrides ',xterm-256color:RGB' # -- tpm ----------------------------------------------------------------------- |