established kitty as default terminal in tmux.conf

This commit is contained in:
tomit4 2021-11-28 10:23:50 -08:00
parent 026e0d5479
commit fd0637f0e1

View file

@ -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