blob: 88f4c461ca3949b78a55cecd53fb21ad5b086a6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set-option -g prefix M-a
unbind-key C-b
bind-key M-a send-prefix
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-restore 'on'
run '~/.tmux/plugins/tpm/tpm'
|