tmux with rgb

This commit is contained in:
Felix Pankratz 2022-12-22 15:26:25 +01:00
parent 1521492e94
commit 5ffa785ad0

View File

@ -6,3 +6,8 @@
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g default-terminal "tmux-256color"
#set -as terminal-features ",xterm-256color:RGB"
set -ga terminal-overrides ",xterm-256color:Tc"
set -g bell-action none