# Fix colours # set -g default-terminal "${TERM}" # set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support # set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 # fix escape key set -g escape-time 10 set-option -sa terminal-overrides ",xterm*:Tc" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' unbind C-b set -g prefix C-Space bind-key C-a send-prefix run '~/.tmux/plugins/tpm/tpm'