From fd0637f0e149768acadf4a4bf7e2e1f5801d6354 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 28 Nov 2021 10:23:50 -0800 Subject: [PATCH] established kitty as default terminal in tmux.conf --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 4c46fe6b..2b6fc81b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,6 @@ +# Set default terminal +set -g default-terminal "kitty" + # Unbinding the prefix from Ctrl-b to Ctrl-x unbind C-b set -g prefix C-x