aboutsummaryrefslogtreecommitdiff
path: root/stow/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r--stow/tmux/.tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index f106924..75ca974 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -55,7 +55,7 @@ bind C-w run-shell "~/.tmux/scripts/window_renum"
#####################################
# Help with the color problems
-set -g default-terminal "screen-256color"
+set -g default-terminal "xterm-kitty"
# Use vim keybindings in copy mode and help menus
setw -g mode-keys vi
# Set the display panes timeout
@@ -69,6 +69,8 @@ set -g base-index 1
setw -g pane-base-index 1
# Increase the history
set -g history-limit 50000
+# Beautiful 24 bit color
+set -ga terminal-overrides ",xterm-256color:Tc"
#####################################
# Colors