diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index df52a93..537b0b3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -59,3 +59,13 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection c # Start window numbering at 1 set -g base-index 1 setw -g pane-base-index 1 + +# --- TPM Plugin Manager --- +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tpm-sensible' + +# --- Vim-Tmux-Navigator --- +set -g @plugin 'christoomey/vim-tmux-navigator' + +# Initialize TPM +run '~/.tmux/plugins/tpm/tpm'