about summary refs log tree commit diff
path: root/home/profiles/base/config
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-03 23:17:37 +0900
committersefidel <contact@sefidel.net>2023-03-03 23:17:37 +0900
commitd14b668c4ed1e020395abfd1de413df34b79ee74 (patch)
tree05f5cfab37c68eb365624f5aefa4c9b92f9d8c2b /home/profiles/base/config
parentc3aeed28fb336274a593e84f0f9d655f7a9ed7ea (diff)
downloadnixrc-d14b668c4ed1e020395abfd1de413df34b79ee74.tar.gz
nixrc-d14b668c4ed1e020395abfd1de413df34b79ee74.zip
feat(home/default): apply tmux suggestions
Diffstat (limited to 'home/profiles/base/config')
-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