From 026b850422fd34aa21302ed69174b704fed26f39 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Wed, 1 Nov 2017 12:40:11 +0100 Subject: [PATCH] Add tmux plugins --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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'