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