Set terminal type

This commit is contained in:
Şahin Akkaya 2023-12-29 10:21:14 +03:00
parent 855b3adad6
commit e1759cd443

View File

@ -86,7 +86,7 @@ bind-key -n C-Down swap-pane -s '{down-of}'
bind-key -n C-Left swap-pane -s '{left-of}' bind-key -n C-Left swap-pane -s '{left-of}'
bind-key -n C-Right swap-pane -s '{right-of}' bind-key -n C-Right swap-pane -s '{right-of}'
# set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
# tell Tmux that outside terminal supports true color # tell Tmux that outside terminal supports true color
# set -ga terminal-overrides ",xterm-256color*:Tc" # set -ga terminal-overrides ",xterm-256color*:Tc"