You've already forked dotfiles
fix: Getting 24-bit truecolor support actually working in tmux finally.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# True color support
|
# True color support
|
||||||
set -g default-terminal "xterm-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
||||||
# Set encoding to Unicode8
|
# Set encoding to Unicode8
|
||||||
setw -gq utf8 on
|
setw -gq utf8 on
|
||||||
|
|||||||
Reference in New Issue
Block a user