diff options
Diffstat (limited to '.config/.tmux.conf')
-rw-r--r-- | .config/.tmux.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf new file mode 100644 index 0000000..88f4c46 --- /dev/null +++ b/.config/.tmux.conf @@ -0,0 +1,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' |