Skip to content

Commit

Permalink
tmux: include TERM=wezterm in true color support overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Jan 16, 2025
1 parent ed42738 commit 26238ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ set -g focus-events on
# Color and Themes
set-option -g default-terminal "xterm-256color"
# True-color support (24bit)
set-option -as terminal-overrides ",xterm-256color:Tc,xterm-kitty:Tc,alacritty:Tc"
set -as terminal-overrides ",xterm-256color:Tc,wezterm:Tc,xterm-kitty:Tc,alacritty:Tc"


# let pane/window numbers be 1-indexed
Expand Down

0 comments on commit 26238ab

Please sign in to comment.