about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/config/tmux.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/config/tmux.nix b/home/profiles/base/config/tmux.nix
index 1ffc93b..00fce8c 100644
--- a/home/profiles/base/config/tmux.nix
+++ b/home/profiles/base/config/tmux.nix
@@ -1,6 +1,8 @@
 ''
   set -ga terminal-overrides ",*256col*:Tc"
 
+  set -g default-terminal "tmux-256color" # fix display bugs
+
   setw -g automatic-rename on   # rename window to reflect current program
   set -g renumber-windows on    # renumber windows when a window is closed