diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e3dd3ff..8972e78 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,6 +38,8 @@ bind -n S-F8 swap-window -t +1 # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-yank' # Other examples: # set -g @plugin 'github_username/plugin_name'