aboutsummaryrefslogtreecommitdiff
path: root/files/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/.tmux.conf')
-rw-r--r--files/.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf
index 07268a8..9e64f9a 100644
--- a/files/.tmux.conf
+++ b/files/.tmux.conf
@@ -68,6 +68,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'seebi/tmux-colors-solarized'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-pain-control'
+set -g @plugin 'tmux-plugins/tmux-yank'
+set -g @plugin 'tmux-plugins/tmux-copycat'
+set -g @plugin 'tmux-plugins/tmux-open'
+set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'