[tmux] Try to work around alacritty & 24bit terminfo

This commit is contained in:
Sebastian Schulze 2019-10-25 16:44:43 +02:00
parent f2f7751cb0
commit e63bd1edc9
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@ unbind C-b
set-option -g prefix C-o
bind-key C-o send-prefix
# set -g default-terminal "xterm-24bit"
# set -ag terminal-overrides ",alacritty:RGB"
set -g default-terminal "xterm-24bit"
set -ag terminal-overrides ",alacritty:RGB"
set -ag terminal-overrides ",xterm-24bit:RGB"
bind s split-window -v
bind v split-window -h