···6363check wezterm && dot_config wezterm
6464check rio && dot_config rio
6565check tv && dot_config television
6666+check yazi && dot_config yazi
6667# check hyprland && dot_config hypr # I never ended up setting this one up
67686869if [ "$(uname)" == 'Darwin' ]; then
+4-2
tmux/.tmux.conf.template
···11unbind C-b
22set -g prefix C-k
33set -g mouse on
44-# set -g default-terminal xterm-256color
55-set -g default-terminal rio
44+set -g default-terminal xterm-256color
65set -g escape-time 0
76set -g mode-keys vi
77+set -g allow-passthrough on
88+set -ga update-environment TERM
99+set -ga update-environment TERM_PROGRAM
810911# undercurl support
1012set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'