changed terminal type

This commit is contained in:
Stefan Friese 2023-07-25 16:28:27 +02:00
parent 6add28dba1
commit 870e351557
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# set -g default-terminal screen-256color
set -g default-terminal "tmux-256color"
set -g default-terminal screen-256color
# set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
set -g mouse on
bind r source-file ~/.tmux.conf \; display "Reloaded!"