From ee40a1d5e141ed6220eef8a9813fa07ceaa3e7f3 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 11 Apr 2021 01:35:39 +0200 Subject: [PATCH] set term in tmux config to kitty --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6fa24f12..a5a3cc98 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-kitty" set -g mouse on set -g @dracula-show-weather false set -g @dracula-show-powerline true