Use screen256-color terminal

This commit is contained in:
Asocia 2021-07-13 23:29:43 +03:00
parent 21dfc311e7
commit 473fb6ca18

View File

@ -61,7 +61,7 @@ bind -n C-x setw synchronize-panes
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1 bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1 bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
set -g default-terminal "xterm-256color" set -g default-terminal "screen-256color"
# start session number from 1 rather than 0 # start session number from 1 rather than 0
# set -g base-index 1 # set -g base-index 1