Skip to content

Commit

Permalink
tmux: v3.5
Browse files Browse the repository at this point in the history
Use terminal-features instead of terminal-overrides
to enable truecolor support.

- https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES
- tmux/tmux@d0eb3fe
  • Loading branch information
dikiaap committed Oct 1, 2024
1 parent f5abbd5 commit 57a8de2
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 @@ -38,7 +38,7 @@ set-option -g renumber-windows on
set-option -g bell-action none

# Enable RGB color if running in xterm
set-option -g -a terminal-overrides ",xterm-256color:Tc"
set-option -g -a terminal-features ",xterm-256color:RGB"

# Unbind default prefix key
unbind-key C-b
Expand Down

0 comments on commit 57a8de2

Please sign in to comment.