summaryrefslogtreecommitdiff
path: root/.config/.tmux.conf
blob: aa037830404e9cf351a5b98db074943da88671df (plain)
1
2
3
4
5
6
7
8
9
set-option -g prefix M-a
unbind-key C-b
bind-key M-a send-prefix

set -g default-terminal "screen-256color"

set -g @plugin 'tmux-plugins/tpm'

run '~/.tmux/plugins/tpm/tpm'