diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,3 +2,13 @@ set -g default-terminal "screen-256color" set -g mode-mouse on set -g mouse-resize-pane on set -g mouse-select-pane on + +set -g @tpm_plugins ' \ + tmux-plugins/tpm \ + tmux-plugins/tmux-sensible \ + tmux-plugins/tmux-resurrect \ +' + +set -g @resurrect-strategy-vim 'session' + +run-shell '~/.tmux/plugins/tpm/tpm' |