Fix tmux true color support

master
Ian Mancini 4 years ago
parent 547125b229
commit 7802dbc79c

@ -1,3 +1,13 @@
##############
# True Color #
##############
# Use the xterm-256color terminal
set -g default-terminal "xterm-256color"
# Apply Tc
set-option -ga terminal-overrides ",xterm-256color:Tc"
########### ###########
# Keymaps # # Keymaps #
########### ###########

Loading…
Cancel
Save