From af5ebd2512fdefb4ba9bfb2e3042bd6bcf52d7b3 Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@gmail.com>
Date: Sat, 11 Jun 2022 12:31:19 +0300
Subject: [PATCH] [~] Refactor

---
 dotfiles/.tmux.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf
index 84df809..6ee4a75 100644
--- a/dotfiles/.tmux.conf
+++ b/dotfiles/.tmux.conf
@@ -25,8 +25,8 @@ bind -n M-z resize-pane -Z
 bind -n M-n next-window
 bind -n M-p previous-window
 
-#set -g default-terminal "screen-256color"
-set-option -ga terminal-overrides ",screen-256color:Tc"
+set -g default-terminal "screen-256color"
+#set-option -ga terminal-overrides ",screen-256color:Tc"
 
 set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff"